summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.cpp
diff options
context:
space:
mode:
authorcracker64 <cracker642@gmail.com>2013-03-11 21:34:49 (GMT)
committer cracker64 <cracker642@gmail.com>2013-03-11 21:34:49 (GMT)
commit319ffb7e77bfce648f085a1ecc8275dee57ece05 (patch)
tree7ed55a9fc73996e2c512b82e308ff825a4d9cbbc /src/simulation/Simulation.cpp
parentf2823b0ee8f3497e17194c35beb351a6be64eaa8 (diff)
downloadpowder-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.cpp2
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;