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/glitterHelper.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/glitterHelper.txt')
-rw-r--r-- | world/map/npc/xmas/2011/glitterHelper.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/xmas/2011/glitterHelper.txt b/world/map/npc/xmas/2011/glitterHelper.txt index 3ceba9a5..d35d3913 100644 --- a/world/map/npc/xmas/2011/glitterHelper.txt +++ b/world/map/npc/xmas/2011/glitterHelper.txt @@ -33,7 +33,7 @@ L_Helping: next; mes "[Eljas]"; mes "\"But make sure it is really gempowder and not some kind of cheap replacement."; - mes "You know, our decoration glitter is intensified by some magic, and that only works with real gempowders. Otherwise it'll loose its effect after a while.\""; + mes "You know, our decoration glitter is intensified by some magic, and that only works with real gempowders. Otherwise it'll lose its effect after a while.\""; set xmas11, xmas11 | $@xmas11_Decoration; goto L_Close; @@ -72,7 +72,7 @@ L_FakePowders: delitem "RedPowder", @red_amount; delitem "YellowPowder", @yellow_amount; set xmas11, xmas11 | $@xmas11_DecorationDone; - mes "He doesn't notice that you're giving him faked powders."; + mes "He doesn't notice that you're giving him fake powders."; mes "[Eljas]"; mes "\"Excellent! Thank you very much.\""; goto L_Close; @@ -80,7 +80,7 @@ L_FakePowders: L_Done: mes "[Eljas]"; if (xmas11 & $@xmas11_Decoration) - mes "\"The powders you gave me seem to be of poor quality.\""; + mes "\"Even after your help, the powder still isn't working right. Maybe it got wet.\""; if (!(xmas11 & $@xmas11_Decoration)) mes "\"Thanks for bringing the powders.\""; goto L_Close; |