v0.3.3: implemented BOSS and MINIBOSS properties

This commit is contained in:
Evan Debenham
2015-12-16 17:27:36 -05:00
parent e09f40378d
commit 3d8e104b9b
14 changed files with 27 additions and 17 deletions
@@ -66,6 +66,8 @@ public class King extends Mob {
defenseSkill = 25;
Undead.count = 0;
properties.add(Property.BOSS);
}
private boolean nextPedestal = true;