loot update

This commit is contained in:
2024-02-19 18:30:09 -06:00
parent 0289b5087d
commit be902cf09c
+1 -1
View File
@@ -1267,7 +1267,7 @@ public class CharacterItemManager {
this.removeItemFromInventory(p); this.removeItemFromInventory(p);
} }
this.addItemToInventory(ml.promoteToItem((PlayerCharacter) this.getOwner()), 1); this.addItemToInventory(ml.promoteToItem((PlayerCharacter) this.getOwner()), 1);
this.updateInventory(); this.updateInventory(ml.promoteToItem((PlayerCharacter) this.getOwner()),true);
return true; return true;
} }
} }