diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2011-11-16 18:27:03 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-11-16 19:44:11 +0100 |
commit | d6e40e7eaafe3b1979a71ffc7e58a6ff9f66705d (patch) | |
tree | 24673682cdf10f160e8c22247995a1d79bc8bf91 /world/map/npc/xmas/2009/event.txt | |
parent | 206c3720a29b0db6c73ea534bd3f34bacaef17de (diff) | |
download | serverdata-d6e40e7eaafe3b1979a71ffc7e58a6ff9f66705d.tar.gz serverdata-d6e40e7eaafe3b1979a71ffc7e58a6ff9f66705d.tar.bz2 serverdata-d6e40e7eaafe3b1979a71ffc7e58a6ff9f66705d.tar.xz serverdata-d6e40e7eaafe3b1979a71ffc7e58a6ff9f66705d.zip |
Removed all trailing whitespaces.
Diffstat (limited to 'world/map/npc/xmas/2009/event.txt')
-rw-r--r-- | world/map/npc/xmas/2009/event.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/xmas/2009/event.txt b/world/map/npc/xmas/2009/event.txt index 2cb390c2..9750e661 100644 --- a/world/map/npc/xmas/2009/event.txt +++ b/world/map/npc/xmas/2009/event.txt @@ -8,17 +8,17 @@ if (countitem("AquaOrnament") > 0) set @cond, @cond + 1; if (countitem("BlueOrnament") > 0) set @cond, @cond + 1; if (countitem("MagentaOrnament") > 0) set @cond, @cond + 1; - + if (@cond == 6) goto L_Give; - - if ((strcharinfo(0) == "xxDimondXX")) goto L_LUMP_OF_COAL; + + if ((strcharinfo(0) == "xxDimondXX")) goto L_LUMP_OF_COAL; if (SANTA == 0 && BaseLevel <= 30) goto L_SANTA_TOO_YOUNG; L_SANTA_Start: if (Sex) set @honorific$, "Young Hero"; if (!Sex) - set @honorific$, "Young Heroine"; + set @honorific$, "Young Heroine"; mes "[Santa Claus]"; mes "\"ho-hum ho-hum ho-hum, I'm sorry, " + @honorific$ + " Not really in the Christmas spirit."; @@ -33,7 +33,7 @@ L_SANTA_Start: "There must be something that can be done!", L_SANTA_DESCRIBE_QUEST; close; - + L_Message: mes "[Santa Claus]"; @@ -103,7 +103,7 @@ L_Finished: mes "And would like to help others complete it too?\""; close; -L_LUMP_OF_COAL: +L_LUMP_OF_COAL: mes "[Santa Claus]"; mes "\"Hi "+strcharinfo(0)+",You are on the Naughty list."; mes "Maybe you teased developers too much in IRC?,"; |