summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/inventoryplace.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/inventoryplace.txt b/npc/functions/inventoryplace.txt
index 2a78ccfe..5d4b2d20 100644
--- a/npc/functions/inventoryplace.txt
+++ b/npc/functions/inventoryplace.txt
@@ -19,7 +19,8 @@ function script InventoryPlace {
if ((@iteminfo < 4) && (@countitem > 0)) return;
if (@inventorylist_count + @count <= 100) return;
-l_Warm:
+l_Warn:
+ mes "";
mesn "Narrator";
mes col(l("It looks like you can't carry anything else for now."), 9);
next;