mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Fix NEUT not going through INVS
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user