Make ROCK more resistant to DEST (like CNCT is)

This commit is contained in:
jacob1 2021-07-03 23:34:38 -04:00
parent fb506599c2
commit fe49e58de8
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

View File

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