diff options
Diffstat (limited to 'world/map/npc/xmas/2012/santa.txt')
-rw-r--r-- | world/map/npc/xmas/2012/santa.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/xmas/2012/santa.txt b/world/map/npc/xmas/2012/santa.txt index 203e00d5..d79dff86 100644 --- a/world/map/npc/xmas/2012/santa.txt +++ b/world/map/npc/xmas/2012/santa.txt @@ -46,6 +46,7 @@ L_Talisman: "I'll go and get them.", L_Close; if ((countitem("BatWing") < $@xmas2012_bat_wing_amount) || (countitem("RawTalisman") < 1)) goto L_NoItem; + getinventorylist; if ((checkweight("FlightTalisman", 1) == 0) || (@inventorylist_count == 100)) goto L_Inventory; misceffect sfx_magic_transmute; |