summaryrefslogtreecommitdiff
path: root/npc/002-1_Sandstorm/stewen.txt
diff options
context:
space:
mode:
authorSini Ruohomaa <sini.ruohomaa@iki.fi>2010-08-22 18:57:24 +0300
committerSini Ruohomaa <sini.ruohomaa@iki.fi>2010-08-22 19:54:11 +0300
commit4b7796733d8a57beaeefd1ea10b3119a21e2439d (patch)
treebc5cef62aa32469c6aacf4797d68f2eb436078cf /npc/002-1_Sandstorm/stewen.txt
parentdf30427735861039768de0c142e84955ef54e121 (diff)
downloadserverdata-4b7796733d8a57beaeefd1ea10b3119a21e2439d.tar.gz
serverdata-4b7796733d8a57beaeefd1ea10b3119a21e2439d.tar.bz2
serverdata-4b7796733d8a57beaeefd1ea10b3119a21e2439d.tar.xz
serverdata-4b7796733d8a57beaeefd1ea10b3119a21e2439d.zip
Language checks.
Diffstat (limited to 'npc/002-1_Sandstorm/stewen.txt')
-rw-r--r--npc/002-1_Sandstorm/stewen.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/002-1_Sandstorm/stewen.txt b/npc/002-1_Sandstorm/stewen.txt
index e28f6057..6c099b3a 100644
--- a/npc/002-1_Sandstorm/stewen.txt
+++ b/npc/002-1_Sandstorm/stewen.txt
@@ -6,18 +6,18 @@
if (TMW_Quest == 15) goto L_TMW_Quest;
mes "[Stewen]";
- mes "\"I'm keeping a watchful eye on the monsters to the east so they don't threaten Tulimshar's citizens. They are a pretty strong.\"";
+ mes "\"I'm keeping a watchful eye on the monsters to the east so they don't threaten Tulimshar's citizens. They are pretty strong.\"";
close;
L_TMW_Quest:
set TMW_Quest, 16;
mes "[Stewen]";
- mes "\"I don't get a break! Lieutenant Dausen needs to ask the Wizard's Council for more help out here. Either that or give me a raise! Oh well. Thanks for letting me know.\"";
+ mes "\"I don't get a break?! Lieutenant Dausen needs to ask the Wizard's Council for more help out here. Either that or give me a raise! Oh well. Thanks for letting me know.\"";
close;
L_TMW_Quest_Received:
mes "[Stewen]";
- mes "\"Thanks again for letting me know Lieutenant Dausen isn't letting me get a break. Once I get one, I'll let him know I want a raise!\"";
+ mes "\"Thanks again for letting me know Lieutenant Dausen isn't letting me take a break. Once I get out of here, I'll let him know I want a raise!\"";
close;
}