diff options
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 d2a42a9a..9b15b167 100644 --- a/npc/000-1/tarlan.txt +++ b/npc/000-1/tarlan.txt @@ -29,28 +29,28 @@ L_Food: mes " "; mesn; - mesq l("You can yaye some @@s by hitting these crocotrees.", getitemlink("Croconut")); + mesq l("You can yaye some @@s by hitting these crocotrees.", getitemlink(513)); next; mesq l("Yeye be careful with wild animal's food, some of them are yeyery dangerous, especially the crocs."); goto L_Quit; L_HardToHit: - mesq l("These crocotrees 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(513)); goto L_Quit; L_Aouch: mesq l("Ayouyouch! My head..."); next; - mesq l("Damn @@.", getitemlink("Croconut")); + mesq l("Damn @@.", getitemlink(513)); goto L_Quit; 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(513)); goto L_Quit; |