v0.9.2b: fixed an incorrect lastAbility value in DM-300
This commit is contained in:
parent
68f879a4ff
commit
9dbc24998d
|
@ -217,7 +217,7 @@ public class NewDM300 extends Mob {
|
|||
}
|
||||
//if we can't gas, then drop rocks
|
||||
} else {
|
||||
lastAbility = GAS;
|
||||
lastAbility = ROCKS;
|
||||
turnsSinceLastAbility = 0;
|
||||
GLog.w(Messages.get(this, "rocks"));
|
||||
if (sprite != null && (sprite.visible || enemy.sprite.visible)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user