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
@@ -46,6 +46,7 @@ public class FetidRat extends Rat {
state = WANDERING;
properties.add(Property.MINIBOSS);
properties.add(Property.UNDEAD);
}
@Override