v0.9.1: fixed DM-300 not checking visbility in all cases

This commit is contained in:
Evan Debenham
2020-11-16 19:52:06 -05:00
parent 00f0b77cdb
commit 8f5fca2df9

View File

@@ -209,7 +209,7 @@ public class NewDM300 extends Mob {
}
} else {
} else if (fieldOfView[enemy.pos]) {
if (turnsSinceLastAbility > abilityCooldown) {
if (lastAbility == NONE) {