diff options
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) |
