summaryrefslogtreecommitdiff
path: root/npc/000-1/jalad.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/jalad.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/jalad.txt')
-rw-r--r--npc/000-1/jalad.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index fc39ca5c..98038525 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -2,7 +2,7 @@
// Author:
// Reid
// Description:
-// Sailor part of the Gugli's quest.
+// Sailor part of the Gugli quest.
000-1.gat,46,35,0,1 script Jalad 110;2,{
@@ -38,7 +38,7 @@ 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, have a look around.");
close;
@@ -47,7 +47,7 @@ l_Ale:
next;
mesn;
- mesq l("Look, he's there!");
+ mesq l("Look, there he is!");
next;
restorecam;
@@ -58,9 +58,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;