summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-25 14:05:55 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-25 14:05:55 (GMT)
commitfad383f3923cc04fb8b2ecd7a72cf5406832cf5d (patch)
tree95e7d43ea1baa3cb556ed13849da3df69bd3c1dc /src/simulation/Simulation.cpp
parenta03e92830a429e89d2c516e9b63eb44ab49e8417 (diff)
downloadpowder-fad383f3923cc04fb8b2ecd7a72cf5406832cf5d.zip
powder-fad383f3923cc04fb8b2ecd7a72cf5406832cf5d.tar.gz
TPT: Update to EXOT that makes it permeable to neutrons as well as electro... a104696620
Diffstat (limited to 'src/simulation/Simulation.cpp')
-rw-r--r--src/simulation/Simulation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp
index dcb1e42..b5e30f0 100644
--- a/src/simulation/Simulation.cpp
+++ b/src/simulation/Simulation.cpp
@@ -1828,6 +1828,7 @@ 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;