diff options
author | Alige <aligetmw@hotmail.fr> | 2013-01-18 02:27:17 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-01-18 02:27:17 +0400 |
commit | 0982ca22d71e894b81d7d5f5fd87b56e2b4eb0a9 (patch) | |
tree | 21b9b29d354638ce64ff2435c13faac3515549c2 | |
parent | cd400e909c8e92f7a4e06e629e89e99ef415fbf1 (diff) | |
download | clientdata-0982ca22d71e894b81d7d5f5fd87b56e2b4eb0a9.tar.gz clientdata-0982ca22d71e894b81d7d5f5fd87b56e2b4eb0a9.tar.bz2 clientdata-0982ca22d71e894b81d7d5f5fd87b56e2b4eb0a9.tar.xz clientdata-0982ca22d71e894b81d7d5f5fd87b56e2b4eb0a9.zip |
Removed useless entries in croconut.txt.
-rw-r--r-- | npc/items/croconut.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |