Fix NEUT not going through INVS

This commit is contained in:
jacob1 2013-03-25 01:18:47 -03:00
parent 6bf98ccdca
commit 36adc3c516

View File

@ -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;