v0.3.3: implemented the UNDEAD property

This commit is contained in:
Evan Debenham
2015-12-16 17:46:35 -05:00
parent 338073a3f3
commit 83b73c50ad
9 changed files with 16 additions and 17 deletions
@@ -68,6 +68,7 @@ public class King extends Mob {
Undead.count = 0;
properties.add(Property.BOSS);
properties.add(Property.UNDEAD);
}
private boolean nextPedestal = true;
@@ -281,6 +282,8 @@ public class King extends Mob {
EXP = 0;
state = WANDERING;
properties.add(Property.UNDEAD);
}
@Override