diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-04-07 11:46:09 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-04-07 11:46:09 (GMT) |
| commit | 8d312ecdfadb7c68d00caf01effe0c1e0a45cb76 (patch) | |
| tree | 4c9f891c6fb3d4a7cdf58339139dc1359e85b528 /src/simulation/Simulation.cpp | |
| parent | 9b5b85f9b01cbda7ef9a7ec2a15b2a35630a5b9d (diff) | |
| parent | f7dd658a301bf22802b72f0d338c6a769e28ed0a (diff) | |
| download | powder-8d312ecdfadb7c68d00caf01effe0c1e0a45cb76.zip powder-8d312ecdfadb7c68d00caf01effe0c1e0a45cb76.tar.gz | |
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index bec937f..7e076ad 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -2116,6 +2116,7 @@ void Simulation::init_can_move() can_move[PT_ELEC][PT_BIZRG] = 2; 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; |
