diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-08 16:52:23 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-09 00:59:38 +0100 |
commit | 0c778077e5a180a38116534742d139c78fa2da55 (patch) | |
tree | 63049dcd39f301a2401418e3cc5fcd9b45c643ab /world/map/npc/xmas/2011/santa.txt | |
parent | b7220816487ded7d73bc0eadf53d7abf55af29cd (diff) | |
download | classic-serverdata-0c778077e5a180a38116534742d139c78fa2da55.tar.gz classic-serverdata-0c778077e5a180a38116534742d139c78fa2da55.tar.bz2 classic-serverdata-0c778077e5a180a38116534742d139c78fa2da55.tar.xz classic-serverdata-0c778077e5a180a38116534742d139c78fa2da55.zip |
Christmas amendments
Diffstat (limited to 'world/map/npc/xmas/2011/santa.txt')
-rw-r--r-- | world/map/npc/xmas/2011/santa.txt | 6 |
1 files changed, 4 insertions, 2 deletions
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.\""; |