disc droppers dont spawn at boot

This commit is contained in:
2024-04-20 00:34:16 -05:00
parent fa37e1bcca
commit a6cfe2fb76
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -108,6 +108,10 @@ public enum LootManager {
mob.level = 60;
mob.healthMax = 7500;
mob.setHealth(7500);
if(mob.firstSpawn) {
mob.killCharacter("first spawn");
mob.firstSpawn = false;
}
}
}