diff options
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.\""; |