ErrorPopup for fate peddler encumbrance.

This commit is contained in:
2023-08-09 17:58:11 -04:00
parent 1efb9daff8
commit 015e6301fb
+1 -1
View File
@@ -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;
}