v0.9.2b: fixed an incorrect lastAbility value in DM-300

This commit is contained in:
Evan Debenham
2021-03-17 17:57:10 -04:00
parent 68f879a4ff
commit 9dbc24998d
@@ -217,7 +217,7 @@ public class NewDM300 extends Mob {
} }
//if we can't gas, then drop rocks //if we can't gas, then drop rocks
} else { } else {
lastAbility = GAS; lastAbility = ROCKS;
turnsSinceLastAbility = 0; turnsSinceLastAbility = 0;
GLog.w(Messages.get(this, "rocks")); GLog.w(Messages.get(this, "rocks"));
if (sprite != null && (sprite.visible || enemy.sprite.visible)) { if (sprite != null && (sprite.visible || enemy.sprite.visible)) {