v0.6.3: added a missing miniboss classification to rot lashers

This commit is contained in:
Evan Debenham 2018-01-07 03:21:48 -05:00
parent 274b885940
commit 5d1b5681bf

View File

@ -47,6 +47,7 @@ public class RotLasher extends Mob {
state = WANDERING = new Waiting();
properties.add(Property.IMMOVABLE);
properties.add(Property.MINIBOSS);
}
@Override