From 0982ca22d71e894b81d7d5f5fd87b56e2b4eb0a9 Mon Sep 17 00:00:00 2001 From: Alige Date: Fri, 18 Jan 2013 02:27:17 +0400 Subject: Removed useless entries in croconut.txt. --- npc/items/croconut.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt index 99e46346..30a04d46 100644 --- a/npc/items/croconut.txt +++ b/npc/items/croconut.txt @@ -52,19 +52,19 @@ L_TooWeakLost: L_TooWeakFail: mes col(l("Your hands are too weak, you did not succeed in opening this @@.", getitemlink("Croconut")), 9); - getitem "Croconut", 1, 1; + getitem "Croconut", 1; close; L_Weak: mes col(l("You opened the @@ in two parts, but you crushed one of them.", getitemlink("Croconut")), 9); - getitem "HalfCroconut", 1, 1; + getitem "HalfCroconut", 1; close; L_Good: mes col(l("You perfectly cut your @@ into two edible parts.", getitemlink("Croconut")), 9); - getitem "HalfCroconut", 2, 1; + getitem "HalfCroconut", 2; close; } -- cgit v1.2.3-70-g09d2