noob island progression changes

This commit is contained in:
2025-01-07 19:05:11 -06:00
parent af9945f9db
commit 4cb428e993
2 changed files with 16 additions and 1 deletions
+6
View File
@@ -75,6 +75,12 @@ public enum LootManager {
}
public static void GenerateMobLoot(Mob mob) {
//no loot for safezones
if(mob == null || mob.getSafeZone()){
return;
}
//determine if mob is in hotzone
boolean inHotzone = false;