summaryrefslogtreecommitdiff
path: root/world/map/npc/019-1/santa_helper.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/019-1/santa_helper.txt')
-rw-r--r--world/map/npc/019-1/santa_helper.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/019-1/santa_helper.txt b/world/map/npc/019-1/santa_helper.txt
index 9d8a21b9..56fbb02d 100644
--- a/world/map/npc/019-1/santa_helper.txt
+++ b/world/map/npc/019-1/santa_helper.txt
@@ -47,7 +47,7 @@ L_Yes:
goto L_NoItem;
getinventorylist;
set @SantasHelper_Reward$, $@SantasHelper_Annual_Reward$[ rand(getarraysize($@SantasHelper_Annual_Reward$)) ];
- if ((@inventorylist_count > 99) || (checkweight(@SantasHelper_Reward$, 1) == 0))
+ if (@inventorylist_count > 99) // Needs no weight check since all the presents weigh more than any of the rewards
goto L_TooMany;
mes "[Santa's Helper]";
mes "\"Great! Here is something for you\"";