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
@@ -53,6 +53,8 @@ public class Guard extends Mob {
loot = null; //see createloot.
lootChance = 1;
properties.add(Property.UNDEAD);
}
@Override