uniform disc dropper respawns

This commit is contained in:
2024-03-10 16:29:12 -05:00
parent 13a4ba6e0e
commit b2a3eb3e6e
4 changed files with 17 additions and 2 deletions
+3
View File
@@ -102,6 +102,9 @@ public enum LootManager {
DispatchMessage.dispatchMsgToAll(chatMsg);
}
if (ib.isDiscRune() && mob.level < 60){
if(Mob.disciplineDroppers.contains(mob) == false){
Mob.disciplineDroppers.add(mob);
}
mob.level = 60;
mob.healthMax = 7500;
mob.setHealth(7500);