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
@@ -61,6 +61,8 @@ public class Goo extends Mob {
loot = new LloydsBeacon().identify();
lootChance = 0.333f;
properties.add(Property.BOSS);
}
private int pumpedUp = 0;