diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-24 19:43:07 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-24 19:43:07 +0400 |
commit | bdec30ce22324e595d1169dbdca6db994dd3a31c (patch) | |
tree | 219ffc0360faf5310a065965458d9370cf58ffb7 /npc | |
parent | 93ac38fe36b79fb14371e1fd0ef55fd9e2a5cbc5 (diff) | |
download | clientdata-bdec30ce22324e595d1169dbdca6db994dd3a31c.tar.gz clientdata-bdec30ce22324e595d1169dbdca6db994dd3a31c.tar.bz2 clientdata-bdec30ce22324e595d1169dbdca6db994dd3a31c.tar.xz clientdata-bdec30ce22324e595d1169dbdca6db994dd3a31c.zip |
Same here, crocotrees instead of palm trees.
We will do the distinction between both later.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/tarlan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt index f73dedef..767af961 100644 --- a/npc/000-1/tarlan.txt +++ b/npc/000-1/tarlan.txt @@ -2,7 +2,7 @@ // Author: // Reid // Description: -// Sailor hitting a palm tree, then being struck a falling croconut. +// Sailor hitting a crocotree, then being struck a falling croconut. 000-1.gat,33,37,0,1 script Tarlan 315;2,{ @@ -32,7 +32,7 @@ l_Food: mes " "; mesn; - mesq l("You can yaye some @@s by hitting these palm trees.", getitemlink("Croconut")); + mesq l("You can yaye some @@s by hitting these crocotrees.", getitemlink("Croconut")); next; mesq l("Yeye be careful with wild animal's food, some of them are dangerouyous, especially the Blobs."); |