summaryrefslogtreecommitdiff
path: root/npc/000-1/tarlan.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-09-07 19:09:57 +0400
committerAlige <aligetmw@hotmail.fr>2012-09-07 19:09:57 +0400
commitb45d5ac0f909bd89e3bce1c7e88168ba33efbc28 (patch)
tree831a3b8752f6101e6856097db8455a3b465a8815 /npc/000-1/tarlan.txt
parented203faf07ec993fd182ebac8031a00efa2d6f7e (diff)
downloadserverdata-b45d5ac0f909bd89e3bce1c7e88168ba33efbc28.tar.gz
serverdata-b45d5ac0f909bd89e3bce1c7e88168ba33efbc28.tar.bz2
serverdata-b45d5ac0f909bd89e3bce1c7e88168ba33efbc28.tar.xz
serverdata-b45d5ac0f909bd89e3bce1c7e88168ba33efbc28.zip
Fixed several typos in many scripts.
Diffstat (limited to 'npc/000-1/tarlan.txt')
-rw-r--r--npc/000-1/tarlan.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt
index f9c6c8085..3af9ccda1 100644
--- a/npc/000-1/tarlan.txt
+++ b/npc/000-1/tarlan.txt
@@ -14,7 +14,7 @@
if (@a == 1) goto l_Aouch;
if (@a == 2) goto l_DoYou;
- mesq l("Hey.");
+ mesq l("Hey you.");
next;
mesq l("What are you looking for?");
next;
@@ -32,14 +32,14 @@
l_Food:
mes " ";
mesn;
- mesq l("You can yaye some @@ by hitting these palm trees.", getitemlink("Croconut"));
+ mesq l("You can yaye some @@s by hitting these palm trees.", getitemlink("Croconut"));
next;
mesq l("Yeye be prudent with wild animal's food, some of them are dangerouyous, especially the Blobs.");
goto l_Close;
l_HardToHit:
- mesq l("These Croco Trees are full of yaying @@, but they are so hard to hit...", getitemlink("Croconut"));
+ mesq l("These crocotrees are full of yaying @@, but they are so hard to hit...", getitemlink("Croconut"));
goto l_Close;