diff options
| author | Catelite <liclockwork@yahoo.com> | 2012-06-06 13:41:56 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-07 13:03:16 (GMT) |
| commit | c07afe4c892711b58061e5c0a3180ea3865f9452 (patch) | |
| tree | 27f9836659c0ee42d884b8cd0e22ccade3fa0425 /src/powder.c | |
| parent | fe39fdb0e5e91e3c09fe18d6bd1af72db4059ef7 (diff) | |
| download | powder-c07afe4c892711b58061e5c0a3180ea3865f9452.zip powder-c07afe4c892711b58061e5c0a3180ea3865f9452.tar.gz | |
Ton of changes to make EXOT work as expected. Added graphics to WARP to make it actually invisible besides BLOB mode, EXOT now makes rainbows and explodes with too many electrons o__o
Diffstat (limited to 'src/powder.c')
| -rw-r--r-- | src/powder.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/powder.c b/src/powder.c index f954525..ecd3418 100644 --- a/src/powder.c +++ b/src/powder.c @@ -163,6 +163,7 @@ void init_can_move() can_move[PT_PHOT][t] = 2; } can_move[PT_ELEC][PT_LCRY] = 2; + can_move[PT_ELEC][PT_EXOT] = 2; can_move[PT_PHOT][PT_LCRY] = 3;//varies according to LCRY life can_move[PT_PHOT][PT_BIZR] = 2; @@ -1023,7 +1024,7 @@ inline int create_part(int p, int x, int y, int tv)//the function for creating a parts[i].vx = 2; break; case PT_EXOT: - parts[i].life = 250; + parts[i].life = 1000; break; case PT_STKM: if (player.spwn==0) |
