From 36adc3c516084f64657054b16d854ab3a368ff40 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Mon, 25 Mar 2013 01:18:47 -0300 Subject: [PATCH] Fix NEUT not going through INVS --- src/simulation/Simulation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index d59ac51c8..03f90a119 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;