diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 23:57:02 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 23:57:02 (GMT) |
| commit | 427670682ffaadc81aa6a2363d5b6428d14e1ad7 (patch) | |
| tree | d3621a1bc26c8e4e614c2805ddf3b598c24e1d7b /src/simulation/Simulation.cpp | |
| parent | 19d071f10b477059680baa905878c77dd7f6b80a (diff) | |
| download | powder-427670682ffaadc81aa6a2363d5b6428d14e1ad7.zip powder-427670682ffaadc81aa6a2363d5b6428d14e1ad7.tar.gz | |
TPT: EXOT
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index e5f61aa..9d20582 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -1797,6 +1797,7 @@ void Simulation::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; @@ -2656,6 +2657,10 @@ int Simulation::create_part(int p, int x, int y, int tv)//the function for creat case PT_MORT: parts[i].vx = 2; break; + case PT_EXOT: + parts[i].life = 1000; + parts[i].tmp = 244; + break; case PT_STKM: if (player.spwn==0) { |
