diff options
-rw-r--r-- | npc/xmas/xmas19.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/xmas/xmas19.txt b/npc/xmas/xmas19.txt index c21c6b08..3c60aab7 100644 --- a/npc/xmas/xmas19.txt +++ b/npc/xmas/xmas19.txt @@ -1,5 +1,5 @@ new_11-1.gat,90,83,0 script Xmas19 105,{ - if(XMASQUEST1 == 1) goto L_only_once; + if(XMASQUEST19 == 1) goto L_only_once; mes "[Helper Santa]"; mes "It's Christmas."; mes "The time for gifts and family reunions"; @@ -14,7 +14,7 @@ new_11-1.gat,90,83,0 script Xmas19 105,{ menu "Want one?",L_nicenaughty,"No thanks.",L_no; L_nicenaughty: - set XMASQUEST1,1; + set XMASQUEST19,1; mes "[Helper Santa]"; mes "In my book you're marked as..."; next; |