v2.3.0: fixed crystal spire being incorrectly set as a miniboss

This commit is contained in:
Evan Debenham
2023-11-16 16:25:24 -05:00
parent 162107ae67
commit 90a22ab5be

View File

@@ -76,7 +76,7 @@ public class CrystalSpire extends Mob {
alignment = Alignment.NEUTRAL;
properties.add(Property.IMMOVABLE);
properties.add(Property.MINIBOSS);
properties.add(Property.BOSS);
properties.add(Property.INORGANIC);
}