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
@@ -233,6 +233,7 @@ public class Yog extends Mob {
state = WANDERING;
properties.add(Property.BOSS);
properties.add(Property.UNDEAD);
}
@Override