v2.3.0: fixed crystal spire being incorrectly set as a miniboss
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ public class CrystalSpire extends Mob {
|
|||||||
alignment = Alignment.NEUTRAL;
|
alignment = Alignment.NEUTRAL;
|
||||||
|
|
||||||
properties.add(Property.IMMOVABLE);
|
properties.add(Property.IMMOVABLE);
|
||||||
properties.add(Property.MINIBOSS);
|
properties.add(Property.BOSS);
|
||||||
properties.add(Property.INORGANIC);
|
properties.add(Property.INORGANIC);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user