From 0af6f46e4f30d0b4be7bfc0981a91532aa23a7be Mon Sep 17 00:00:00 2001 From: Reid Date: Sat, 20 Jun 2015 15:57:31 +0200 Subject: Replace NPC names by NPC IDs. --- npc/000-1/tarlan.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/000-1/tarlan.txt') diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt index d2a42a9a9..9b15b167e 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; -- cgit v1.2.3-60-g2f50