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/badguy.txt | |
parent | b7220816487ded7d73bc0eadf53d7abf55af29cd (diff) | |
download | serverdata-0c778077e5a180a38116534742d139c78fa2da55.tar.gz serverdata-0c778077e5a180a38116534742d139c78fa2da55.tar.bz2 serverdata-0c778077e5a180a38116534742d139c78fa2da55.tar.xz serverdata-0c778077e5a180a38116534742d139c78fa2da55.zip |
Christmas amendments
Diffstat (limited to 'world/map/npc/xmas/2011/badguy.txt')
-rw-r--r-- | world/map/npc/xmas/2011/badguy.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/xmas/2011/badguy.txt b/world/map/npc/xmas/2011/badguy.txt index 81f79972..085ad343 100644 --- a/world/map/npc/xmas/2011/badguy.txt +++ b/world/map/npc/xmas/2011/badguy.txt @@ -9,7 +9,7 @@ goto L_NoEvent; if ((gettime(7) == $@xmas2011_year && gettime(6) == 12 && gettime(5) >= $@xmas2011_reward_start_day)) goto L_RewardTime; - if ((BaseLevel > 30) && (gettimetick(2)-TUT_var < 3*7*86400)) // player must be created at least three weeks ago + if ((BaseLevel < 30) && (gettimetick(2)-TUT_var < 3*7*86400)) // player must be created at least three weeks ago goto L_NoHelp; set @plushmouboo, (xmas11 & $@xmas11_PlushMoubooMask) >> $@xmas11_PlushMoubooShift; @@ -136,7 +136,7 @@ L_NoBall: L_NoDoll: set @choice_idx[@choices_nr], @C_nevermind; - set @choice$[@choices_nr], "Nevermind and leave."; + set @choice$[@choices_nr], "Nevermind."; menu @choice$[0],-, @@ -250,7 +250,7 @@ L_PlushMoubooWrapping: L_StickReinbooWrapping: mes "[Balthasar]"; - mes "\"Ooh, a stickreinboo! Don't you think this is an invidious thing for the reinboos? Really really mean, yes."; + mes "\"Ooh, a stickreinboo! Don't you think this is an obnoxious thing? Really really mean, yes."; mes "Do you know, reinboos are clever, they can even speak. And this is a toy reinboo! Very very disrespectful, right?\""; next; mes "\"Do you think... do you think we should punish the brat that wished for this disrespectful toy? I think so, yes, disrespectful brat."; @@ -362,7 +362,7 @@ L_ToyAgain: L_NoToyReward: if (@sabotagepoints < $@xmas2011_gloves_rewardcost) goto L_NoGlovesReward; - set @gloves, $@glove_id + rand(10); + set @gloves, $@xmas2011_glove_id + rand(10); getitem @gloves, 1; set @sabotagepoints, @sabotagepoints - $@xmas2011_gloves_rewardcost; mes "\"This will help to keep your hands warm when operating in such cold areas.\""; |