v0.3.3: changed EVIL propery to DEMONIC, implemented it

This commit is contained in:
Evan Debenham
2015-12-16 18:08:26 -05:00
parent 83b73c50ad
commit 108fd0085d
12 changed files with 23 additions and 25 deletions
@@ -46,7 +46,7 @@ public class FetidRat extends Rat {
state = WANDERING;
properties.add(Property.MINIBOSS);
properties.add(Property.UNDEAD);
properties.add(Property.DEMONIC);
}
@Override