summaryrefslogtreecommitdiff
path: root/npc/000-1/muller.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-09-12 08:14:49 +0400
committerAlige <aligetmw@hotmail.fr>2012-09-12 08:14:49 +0400
commit2f24eec33e63758f2c8330f4cff056cec5da288b (patch)
tree3171f1fe141540903685c01d66dfd83ce7af0fc3 /npc/000-1/muller.txt
parent361865c5482b8db05b26b5a55453b4c18805678d (diff)
downloadserverdata-2f24eec33e63758f2c8330f4cff056cec5da288b.tar.gz
serverdata-2f24eec33e63758f2c8330f4cff056cec5da288b.tar.bz2
serverdata-2f24eec33e63758f2c8330f4cff056cec5da288b.tar.xz
serverdata-2f24eec33e63758f2c8330f4cff056cec5da288b.zip
Aligned all constants using tabs in const.txt.
All variables in questvars.txt are now correctly aligned, using whitespaces. Several language fixes in scripts: jalad, muller, silvio and tibbo.
Diffstat (limited to 'npc/000-1/muller.txt')
-rw-r--r--npc/000-1/muller.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index 9ff67466..0889feea 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -22,7 +22,7 @@ l_CallFunc:
mes "";
mesn;
- mesq l("Who are you searching?");
+ mesq l("Who are you searching for?");
next;
menu
@@ -38,14 +38,14 @@ l_CallFunc:
l_Bottom:
mes "";
mesn;
- mesq l("I've seen him on the bottom of the island, check around.");
+ mesq l("I've seen him at the bottom of the island, check around.");
close;
l_Top:
mes "";
mesn;
- mesq l("I've seen him on the top of the island.");
+ mesq l("I've seen him at the top of the island.");
next;
mesq l("You should walk to the north.");
close;
@@ -55,9 +55,9 @@ OnPlushroom:
mesn;
mesq l("A @@? There're plenty on this island!", getitemlink("Plushroom"));
next;
- mesq l("It's a kind of mushroom, we call it plush because of it's taste, a real marshmallow. It also got this name because of it's look, it got the appearance of a toy.");
+ 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("There're some regrouping of these @@'s all around this island, just pick some and test it by yourself.", getitemlink("Plushroom"));
+ mesq l("There're some groups of these @@'s all around this island. Just pick some and have a try.", getitemlink("Plushroom"));
close;