summaryrefslogtreecommitdiff
path: root/npc/000-1/ale.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-11-21 07:37:43 +0400
committerAlige <aligetmw@hotmail.fr>2012-11-21 07:37:43 +0400
commitade5fff4d8c87cc28afcd0a84a222226f9446403 (patch)
treeb4462c68c37b4dd34bec6c262965f33c806a5438 /npc/000-1/ale.txt
parentc4eb8fdbda7dc4b942ec54a891f1a023b0ccbf7e (diff)
downloadserverdata-ade5fff4d8c87cc28afcd0a84a222226f9446403.tar.gz
serverdata-ade5fff4d8c87cc28afcd0a84a222226f9446403.tar.bz2
serverdata-ade5fff4d8c87cc28afcd0a84a222226f9446403.tar.xz
serverdata-ade5fff4d8c87cc28afcd0a84a222226f9446403.zip
Fixed major language issues in scripts.
Diffstat (limited to 'npc/000-1/ale.txt')
-rw-r--r--npc/000-1/ale.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 1b07eccd..0e5b2e66 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -13,12 +13,12 @@
mesn;
mesq l("Ouch...");
next;
- mesq l("These heavy boxs are killing me, I don't feel my arms anymore!");
+ mesq l("These heavy boxes are killing me, I don't feel my arms anymore!");
next;
menu
l("Gugli sent me down here to help you."), -,
- l("What's this fruit?"), l_Plushroom,
+ l("What's that?"), l_Plushroom,
l("See you aboard."), close;
mes "";
@@ -41,7 +41,7 @@ l_CallFunc:
menu
rif(getq(ShipQuests_Ale) == 1, l("I'm still busy, I need to find the other sailors.")), -,
- l("What's this fruit?"), l_Aquada;
+ l("What's that?"), l_Plushroom;
mes "";
mesn;
@@ -70,21 +70,21 @@ l_Jalad:
next;
mesn;
- mesq l("Look, he's there!");
+ mesq l("Look, here he is!");
next;
restorecam;
close;
-l_Aquada:
+l_Plushroom:
mes "";
mesn;
- mesq l("This is an @@, a light blue sea fruit. They're highly desired in the archipelago.", getitemlink("Aquada"));
+ mesq l("'That', as you call it, is a @@. There're plenty on this island!", getitemlink("Plushroom"));
next;
- mesq l("You can find them in the ocean, near corals and other sea beings. But the sea is too heavy today, you shouldn't try to swim there.");
+ mesq l("It's a kind of mushroom. We call it like that because of it's taste, just like a marshmallow. It also has this name because of it's appearance, it looks like a plush!.");
next;
- mesq l("Orelse, if you really wish one, and if you feel capable, you can try killing tortugas or crocs if you're strong enough. I'm sure they could drop one or two @@s.", getitemlink("Aquada"));
-
+ mesq l("There are few groups of these @@s all around this island. Just pick some and have a try.", getitemlink("Plushroom"));
+
close;
}