From 0c778077e5a180a38116534742d139c78fa2da55 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Thu, 8 Dec 2011 16:52:23 +0100 Subject: Christmas amendments --- world/map/npc/xmas/2011/santa.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'world/map/npc/xmas/2011/santa.txt') diff --git a/world/map/npc/xmas/2011/santa.txt b/world/map/npc/xmas/2011/santa.txt index 70e83e7e..028239a1 100644 --- a/world/map/npc/xmas/2011/santa.txt +++ b/world/map/npc/xmas/2011/santa.txt @@ -27,7 +27,7 @@ L_Helping: L_NoEvent: mes "[Santa]"; - mes "\"I'm sorry, we're closing this house around this time of the year.\""; + mes "\"I'm sorry, no visitors this time of the year.\""; warp "030-1.gat", 99, 55; goto L_Close; @@ -45,6 +45,8 @@ L_RewardTime: goto L_Full_Inv; mes "[Santa]"; mes "\"I see you've been helping with the preparations for Christmas.\""; + if (@sabotagepoints > 0) + mes "A sad look crosses his face."; next; if (@helppoints < $@xmas2011_main_rewardcost) goto L_NoMainReward; @@ -76,7 +78,7 @@ L_ToyAgain: L_NoToyReward: if (@helppoints < $@xmas2011_gloves_rewardcost) goto L_NoGlovesReward; - set @gloves, $@glove_id + rand(10); + set @gloves, $@xmas2011_glove_id + rand(10); getitem @gloves, 1; set @helppoints, @helppoints - $@xmas2011_gloves_rewardcost; mes "\"This will keep your hands warm.\""; -- cgit v1.2.3-60-g2f50