summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/xmas/2008/event.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/xmas/2008/event.txt b/npc/xmas/2008/event.txt
index f576c13d..5ac1be37 100644
--- a/npc/xmas/2008/event.txt
+++ b/npc/xmas/2008/event.txt
@@ -450,6 +450,21 @@ L_FoundReinboo:
mes "\"OK, tell Santa I will come back to work tomorrow.\"";
set QUEST_xmas08_state, QUEST_xmas08_state | (1 << 7);
close;
+
+L_ChatReinboo:
+ set @TEMP,rand(2);
+ if(@TEMP == 0) goto L_Chat1;
+ if(@TEMP == 1) goto L_Chat2;
+
+L_Chat1:
+ mes "[Donner]";
+ mes "\"Santa had better pull through on this deal.\"";
+ close;
+
+L_Chat2:
+ mes "[Donner]";
+ mes "\"I wonder if I could get more holiday as well.\"";
+ close;
}
016-1.gat,33,87,0 script Blitzen 170,{