diff options
| author | cracker64 <cracker642@gmail.com> | 2013-03-11 21:34:49 (GMT) |
|---|---|---|
| committer | cracker64 <cracker642@gmail.com> | 2013-03-11 21:34:49 (GMT) |
| commit | 319ffb7e77bfce648f085a1ecc8275dee57ece05 (patch) | |
| tree | 7ed55a9fc73996e2c512b82e308ff825a4d9cbbc /src/simulation/Simulation.cpp | |
| parent | f2823b0ee8f3497e17194c35beb351a6be64eaa8 (diff) | |
| download | powder-319ffb7e77bfce648f085a1ecc8275dee57ece05.zip powder-319ffb7e77bfce648f085a1ecc8275dee57ece05.tar.gz | |
Change some old NEUTPENETRATE to NEUTPASS, NEUT should only displace GOO, WOOD, and PLNT.
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 3acf413..f037252 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -2108,7 +2108,6 @@ void Simulation::init_can_move() } can_move[PT_ELEC][PT_LCRY] = 2; can_move[PT_ELEC][PT_EXOT] = 2; - can_move[PT_NEUT][PT_EXOT] = 2; can_move[PT_PHOT][PT_LCRY] = 3;//varies according to LCRY life can_move[PT_PHOT][PT_BIZR] = 2; @@ -2118,7 +2117,6 @@ void Simulation::init_can_move() can_move[PT_PHOT][PT_BIZRS] = 2; can_move[PT_ELEC][PT_BIZRS] = 2; - can_move[PT_NEUT][PT_INVIS] = 2; //whol eats anar can_move[PT_ANAR][PT_WHOL] = 1; can_move[PT_ANAR][PT_NWHL] = 1; |
