v2.2.1: fixed crystal spire being vulernable to certain specific effects

This commit is contained in:
Evan Debenham
2023-10-22 15:44:14 -04:00
parent 4b24abb709
commit 9101edc0ac

View File

@@ -291,6 +291,11 @@ public class CrystalSpire extends Mob {
super.damage(dmg, src);
}
@Override
public boolean isInvulnerable(Class effect) {
return effect != Pickaxe.class;
}
@Override
public boolean add( Buff buff ) {
return false; //immune to all buffs and debuffs