summaryrefslogtreecommitdiff
path: root/npc/functions/sailordialogue.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-11-06 11:16:24 +0400
committerAlige <aligetmw@hotmail.fr>2012-11-06 11:16:24 +0400
commit7c2dac640bbf6feb3003057b8b51100879fc21cc (patch)
tree8fd97f53dcd46943597c6754da57e6937a5a7307 /npc/functions/sailordialogue.txt
parentdfa4a8d5b99ccd7a76a01c241c0aa8c4ac848d09 (diff)
downloadserverdata-7c2dac640bbf6feb3003057b8b51100879fc21cc.tar.gz
serverdata-7c2dac640bbf6feb3003057b8b51100879fc21cc.tar.bz2
serverdata-7c2dac640bbf6feb3003057b8b51100879fc21cc.tar.xz
serverdata-7c2dac640bbf6feb3003057b8b51100879fc21cc.zip
Major language fix in scripts.
Diffstat (limited to 'npc/functions/sailordialogue.txt')
-rw-r--r--npc/functions/sailordialogue.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/sailordialogue.txt b/npc/functions/sailordialogue.txt
index 70eb85c3..1932b82b 100644
--- a/npc/functions/sailordialogue.txt
+++ b/npc/functions/sailordialogue.txt
@@ -15,7 +15,7 @@ function script SailorFood {
l_RandomA:
mesq l("Hey.");
next;
- mesq l("What does Gugli said about the box? Was it ok?");
+ mesq l("What did Gugli said about the box? Was it ok?");
next;
menu
@@ -38,12 +38,12 @@ l_Fine:
l_RandomB:
mesq l("Thanks for the help!");
next;
- mesq l("These box are way too heavy to be brought alone to the ship.");
+ mesq l("These box are way too heavy to be brought alone onto the ship.");
close;
l_RandomC:
- mesq l("I think that I'm soon done, I'll soon got a box full of @@s!", getitemlink("CrocClaw"));
+ mesq l("I think that I'm soon done since I'll soon have a box full of @@s!", getitemlink("CrocClaw"));
next;
mesq l("And you? How's it going on your side?");
next;