mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 06:31:26 +02:00
Make ROCK more resistant to DEST (like CNCT is)
This commit is contained in:
@@ -2471,6 +2471,7 @@ void Simulation::init_can_move()
|
||||
can_move[PT_DEST][PT_PCLN] = 0;
|
||||
can_move[PT_DEST][PT_BCLN] = 0;
|
||||
can_move[PT_DEST][PT_PBCN] = 0;
|
||||
can_move[PT_DEST][PT_ROCK] = 0;
|
||||
|
||||
can_move[PT_NEUT][PT_INVIS] = 2;
|
||||
can_move[PT_ELEC][PT_LCRY] = 2;
|
||||
|
Reference in New Issue
Block a user