summaryrefslogtreecommitdiff
path: root/npc/items/croconut.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-01-07 12:12:54 +0400
committerAlige <aligetmw@hotmail.fr>2013-01-07 12:12:54 +0400
commitcb4a9b8ca59f7a69003a4faea751a9409dc6ad68 (patch)
tree4f698464c706fa92d9bf7189e519af37a551b64d /npc/items/croconut.txt
parentf6a77524a1786641c30d17a59c3a0d22a291e765 (diff)
downloadserverdata-cb4a9b8ca59f7a69003a4faea751a9409dc6ad68.tar.gz
serverdata-cb4a9b8ca59f7a69003a4faea751a9409dc6ad68.tar.bz2
serverdata-cb4a9b8ca59f7a69003a4faea751a9409dc6ad68.tar.xz
serverdata-cb4a9b8ca59f7a69003a4faea751a9409dc6ad68.zip
Changed some item links from IDs to names.
Missing letters in a line in the croconut item function.
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 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;