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/bodyguards.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/bodyguards.txt')
-rw-r--r-- | world/map/npc/xmas/2011/bodyguards.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/world/map/npc/xmas/2011/bodyguards.txt b/world/map/npc/xmas/2011/bodyguards.txt index 84eda7a7..4ce1900e 100644 --- a/world/map/npc/xmas/2011/bodyguards.txt +++ b/world/map/npc/xmas/2011/bodyguards.txt @@ -26,7 +26,7 @@ L_NoEvent: L_RewardTime: mes "[Vilhelmiina]"; - mes "\"Santa welcomes visitors now. You may enter.\""; + mes "\"Santa is ready to see visitors now. You may enter.\""; goto L_Close; L_Close: @@ -111,10 +111,8 @@ L_RewardTime: 030-1.gat,99,53,0|script|#Door|127,1,1,{ if (!(gettime(7) == $@xmas2011_year && gettime(6) == 12 && gettime(5) >= $@xmas2011_start_day)) - goto L_NoEvent; + end; warp "030-2.gat", 88, 50; - -L_NoEvent: end; } |