v2.2.1: crystal spire now gives 20 exp

This commit is contained in:
Evan Debenham
2023-10-23 14:48:23 -04:00
parent e4b704e6aa
commit 544a435c0a

View File

@@ -66,6 +66,8 @@ public class CrystalSpire extends Mob {
HP = HT = 300;
spriteClass = CrystalSpireSprite.class;
EXP = 20;
//acts after other mobs, which makes baiting crystal guardians more consistent
actPriority = MOB_PRIO-1;