v2.3.0: fixed geomancer being pullable by chains
This commit is contained in:
@@ -82,6 +82,7 @@ public class GnollGeomancer extends Mob {
|
||||
viewDistance = 12;
|
||||
|
||||
properties.add(Property.BOSS);
|
||||
properties.add(Property.IMMOVABLE); //moves itself via ability, otherwise is static
|
||||
}
|
||||
|
||||
private int abilityCooldown = Random.NormalIntRange(3, 5);
|
||||
|
||||
Reference in New Issue
Block a user