v0.6.3: added a missing miniboss classification to rot lashers
This commit is contained in:
parent
274b885940
commit
5d1b5681bf
|
@ -47,6 +47,7 @@ public class RotLasher extends Mob {
|
|||
state = WANDERING = new Waiting();
|
||||
|
||||
properties.add(Property.IMMOVABLE);
|
||||
properties.add(Property.MINIBOSS);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user