stronghold guardian fix

This commit is contained in:
2024-07-08 21:41:05 -05:00
parent 49df5203ae
commit 5aeddb6166
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -684,7 +684,7 @@ public enum LootManager {
MobLoot goldAmount = new MobLoot(mob, gold);
mob.getCharItemManager().addItemToInventory(goldAmount);
}
if (ThreadLocalRandom.current().nextInt(100) < 65)
if (ThreadLocalRandom.current().nextInt(100) < 75)
DropPresent(mob);
if (commander) {