Browse Source

ErrorPopup for fate peddler encumbrance.

master
MagicBot 1 year ago
parent
commit
015e6301fb
  1. 2
      src/engine/gameManager/LootManager.java

2
src/engine/gameManager/LootManager.java

@ -426,7 +426,7 @@ public enum LootManager { @@ -426,7 +426,7 @@ public enum LootManager {
//early exit if the inventory of the player will not old the item
if (itemMan.hasRoomInventory(winnings.getItemBase().getWeight()) == false) {
ErrorPopupMsg.sendErrorPopup(playerCharacter, 27);
ErrorPopupMsg.sendErrorPopup(playerCharacter, 21);
return;
}

Loading…
Cancel
Save