diff options
Diffstat (limited to 'npc/xmas/santa.txt')
-rw-r--r-- | npc/xmas/santa.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/xmas/santa.txt b/npc/xmas/santa.txt index a69afd81..c53ce55f 100644 --- a/npc/xmas/santa.txt +++ b/npc/xmas/santa.txt @@ -8,7 +8,6 @@ next; mes "Those monsters stolen my presents."; mes "If you help me, I'll give you something very nice"; next; -set ChristmasQuest2,1; L_M: menu "I have some present boxes",L_Y,"Hmm, see you later",L_N,"What you need exactly?",L_R; L_Y: @@ -23,6 +22,7 @@ menu "I have some present boxes",L_Y,"Hmm, see you later",L_N,"What you need exa delitem 516,20; delitem 538,5; getitem 563+rand(2),1; + set ChristmasQuest2,1; close; L_R: mes "[Santa]"; |