From 015e6301fb38f4f040481e0ec9ec6fd79b3b8498 Mon Sep 17 00:00:00 2001
From: MagicBot <MagicBot@magicbane.com>
Date: Wed, 9 Aug 2023 17:58:11 -0400
Subject: [PATCH] ErrorPopup for fate peddler encumbrance.

---
 src/engine/gameManager/LootManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/engine/gameManager/LootManager.java b/src/engine/gameManager/LootManager.java
index 5000b884..145775ca 100644
--- a/src/engine/gameManager/LootManager.java
+++ b/src/engine/gameManager/LootManager.java
@@ -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;
         }