summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/xmas/list.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/annuals/xmas/list.txt')
-rw-r--r--world/map/npc/annuals/xmas/list.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/annuals/xmas/list.txt b/world/map/npc/annuals/xmas/list.txt
index a03db395..c6adf4b6 100644
--- a/world/map/npc/annuals/xmas/list.txt
+++ b/world/map/npc/annuals/xmas/list.txt
@@ -55,7 +55,7 @@ function|script|XmasList|,
goto L_Return;
L_QuestTime:
- if(XMASTIME & $@xmas_child_list[$@child_number])
+ if(XMASTIME & $@xmas_child_list[@child_number])
goto L_Return;
goto L_GetList;
@@ -65,11 +65,11 @@ L_GetList:
"Oh sorry, what were you going to say?", L_Return;
L_List:
- mes "[" + $@xmas_child_list_name$[$@child_number] + "]";
+ mes "[" + $@xmas_child_list_name$[@child_number] + "]";
mes "Here is my list. Make sure it gets delivered, please!";
next;
- mes "You store " + $@xmas_child_list_name$[$@child_number] + "'s wish list carefully in a hidden pocket of your backpack.";
- set XMASTIME, XMASTIME | $@xmas_child_list[$@child_number];
+ mes "You store " + $@xmas_child_list_name$[@child_number] + "'s wish list carefully in a hidden pocket of your backpack.";
+ set XMASTIME, XMASTIME | $@xmas_child_list[@child_number];
callfunc "XmasXpReward";
menu
"I really should be going.", L_Return;