diff options
author | Reid <reidyaro@gmail.com> | 2012-07-03 00:55:45 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-07-03 00:55:45 +0200 |
commit | 3abb22e09612b641ec06e1ce6a7ae9659b181f99 (patch) | |
tree | 00fa75f55db6410cfb00261d36c3bd303f7f5fac /npc/000-1/tarlan.txt | |
parent | 9312a34faed7926702b29371fb23574b129bcd67 (diff) | |
download | serverdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.tar.gz serverdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.tar.bz2 serverdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.tar.xz serverdata-3abb22e09612b641ec06e1ce6a7ae9659b181f99.zip |
Correct getitemlink placement.
Diffstat (limited to 'npc/000-1/tarlan.txt')
-rw-r--r-- | npc/000-1/tarlan.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt index 0b94593c..73c0be1f 100644 --- a/npc/000-1/tarlan.txt +++ b/npc/000-1/tarlan.txt @@ -32,28 +32,28 @@ l_Food: mes " "; mesn; - mesq l("You can yaye some") + " " + getitemlink("Croconut") + " " +l("by hitting these palm trees."); + mesq l("You can yaye some @@ 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") + " " + getitemlink("Croconut") + l(", but they are so hard to hit..."); + mesq l("These Croco Trees are full of yaying @@, but they are so hard to hit...", getitemlink("Croconut")); goto l_Close; l_Aouch: mesq l("Ayouyouch! My head..."); next; - mesq l("Damn") + " " + getitemlink("Croconut") + "."; + mesq l("Damn @@.", getitemlink("Croconut")); goto l_Close; l_DoYou: mesq l("Do you want to try?"); next; - mesq l("Just hit the trunk, and it will yeye a") + " " + getitemlink("Croconut") + "."; + mesq l("Just hit the trunk, and it will yeye a @@.", getitemlink("Croconut")); goto l_Close; |