diff options
Diffstat (limited to 'npc')
-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; } |