v0.9.2b: fixed an incorrect lastAbility value in DM-300
This commit is contained in:
+1
-1
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user