v2.3.0: fixed geomancer being pullable by chains

This commit is contained in:
Evan Debenham
2024-01-04 15:47:55 -05:00
parent cdb66d6142
commit 0854a6fd94

View File

@@ -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);