uniform disc dropper times

This commit is contained in:
2024-07-04 19:14:00 -05:00
parent 9bd03c7d43
commit b30f04046d
5 changed files with 25 additions and 6 deletions
+4 -1
View File
@@ -398,8 +398,11 @@ public enum LootManager {
MobLoot lootItem = new MobLoot(mob, ItemBase.getItemBase(bse.itemBase), true);
if (lootItem != null)
if (lootItem != null) {
mob.getCharItemManager().addItemToInventory(lootItem);
if(lootItem.getItemBase().isDiscRune() && !Mob.discDroppers.contains(mob))
Mob.discDroppers.add(mob);
}
}
public static void peddleFate(PlayerCharacter playerCharacter, Item gift) {