summaryrefslogtreecommitdiff
path: root/npc/items/croconut.txt
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-01-07 14:57:33 +0000
committerReid Yaro <reidyaro@gmail.com>2013-01-07 14:57:33 +0000
commitb85f6b154cf153a71a975b9992d7957354418998 (patch)
treef2c3154ff7031d90f320782684241f44a6f34f52 /npc/items/croconut.txt
parentcb4a9b8ca59f7a69003a4faea751a9409dc6ad68 (diff)
downloadserverdata-b85f6b154cf153a71a975b9992d7957354418998.tar.gz
serverdata-b85f6b154cf153a71a975b9992d7957354418998.tar.bz2
serverdata-b85f6b154cf153a71a975b9992d7957354418998.tar.xz
serverdata-b85f6b154cf153a71a975b9992d7957354418998.zip
Correct last commit bug.
Diffstat (limited to 'npc/items/croconut.txt')
-rw-r--r--npc/items/croconut.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt
index 5fb78dcf..99e46346 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(Croconut)), 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(Croconut)), 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(Croconut)), 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 @@ into two edible parts.", getitemlink(Croconut)), 9);
+ mes col(l("You perfectly cut your @@ into two edible parts.", getitemlink("Croconut")), 9);
getitem "HalfCroconut", 2, 1;
close;