diff options
| author | jacob1 <jfu614@gmail.com> | 2013-09-14 02:24:50 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-09-14 02:24:50 (GMT) |
| commit | e1b26346a1063d62929fb03cdff4605509f53cc3 (patch) | |
| tree | 8a03b115d4303323e66951e958f6bc65b67b106d | |
| parent | ae8e5e5c343d033914515d72c44ad511b0aca2a3 (diff) | |
| download | powder-e1b26346a1063d62929fb03cdff4605509f53cc3.zip powder-e1b26346a1063d62929fb03cdff4605509f53cc3.tar.gz | |
ensure VIBR always eats PROT
| -rw-r--r-- | src/simulation/Simulation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 590e528..0fce307 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -2023,7 +2023,7 @@ void Simulation::init_can_move() || destinationType == PT_ISOZ || destinationType == PT_ISZS || destinationType == PT_QRTZ || destinationType == PT_PQRT || destinationType == PT_H2) can_move[PT_PHOT][destinationType] = 2; - if (destinationType != PT_DMND && destinationType != PT_INSL && destinationType != PT_VOID && destinationType != PT_PVOD) + if (destinationType != PT_DMND && destinationType != PT_INSL && destinationType != PT_VOID && destinationType != PT_PVOD && destinationType != PT_VIBR) can_move[PT_PROT][destinationType] = 2; } |
