From cb4a9b8ca59f7a69003a4faea751a9409dc6ad68 Mon Sep 17 00:00:00 2001 From: Alige Date: Mon, 7 Jan 2013 12:12:54 +0400 Subject: Changed some item links from IDs to names. Missing letters in a line in the croconut item function. --- npc/items/croconut.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt index c9b77463..5fb78dcf 100644 --- a/npc/items/croconut.txt +++ b/npc/items/croconut.txt @@ -45,24 +45,24 @@ L_TooWeak: if ( (@q == 3) || (@q == 4) || (@q == 5) ) goto L_Weak; L_TooWeakLost: - mes col(l("You hit too hard with your fist, you destroyed your @@.", getitemlink(513)), 9); + mes col(l("You hit too hard with your fist, you destroyed your @@.", getitemlink(Croconut)), 9); close; L_TooWeakFail: - mes col(l("Your hands are too weak, you did not succeed in opening this @@.", getitemlink(513)), 9); + mes col(l("Your hands are too weak, you did not succeed in opening this @@.", getitemlink(Croconut)), 9); getitem "Croconut", 1, 1; close; L_Weak: - mes col(l("You opened the @@ in two parts, but you crushed one of them.", getitemlink(513)), 9); + mes col(l("You opened the @@ in two parts, but you crushed one of them.", getitemlink(Croconut)), 9); getitem "HalfCroconut", 1, 1; close; L_Good: - mes col(l("You perfectly cut your @@ in two edible parts.", getitemlink(513)), 9); + mes col(l("You perfectly cut your @@ into two edible parts.", getitemlink(Croconut)), 9); getitem "HalfCroconut", 2, 1; close; -- cgit v1.2.3-70-g09d2