From c272dcb128037a647692a02721d02acd51d26002 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Jun 2018 11:28:49 -0300 Subject: mes col(l("")) is DEPRECATED, move everything to mesc l(""). mesc is harder to see, but it looks better and is less confusing regarding l() --- npc/items/croconut.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/items') diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt index aef6b1af9..a1c4097ae 100644 --- a/npc/items/croconut.txt +++ b/npc/items/croconut.txt @@ -11,7 +11,7 @@ OnUse: mesn "Narrator"; - mes col(l("Do you want to cut this @@?", getitemlink(Croconut)), 9); + mesc l("Do you want to cut this @@?", getitemlink(Croconut)); next; menu @@ -52,23 +52,23 @@ L_TooWeak: if ( (.@q > 6) ) goto L_Good; L_TooWeakLost: - mes col(l("Ops! You destroyed your @@.", getitemlink(Croconut)), 9); + mesc l("Ops! You destroyed your @@.", getitemlink(Croconut)); close; L_TooWeakFail: - mes col(l("Well... you did not succeed in opening this @@.", getitemlink(Croconut)), 9); + mesc l("Well... you did not succeed in opening this @@.", getitemlink(Croconut)); getitem Croconut, 1; close; L_Weak: - mes col(l("You opened the @@ in two parts, but you crushed one of them.", getitemlink(Croconut)), 9); + mesc l("You opened the @@ in two parts, but you crushed one of them.", getitemlink(Croconut)); getitem HalfCroconut, 1; close; L_Good: - mes col(l("You perfectly cut your @@ into two edible parts.", getitemlink(Croconut)), 9); + mesc l("You perfectly cut your @@ into two edible parts.", getitemlink(Croconut)); getitem HalfCroconut, 2; close; -- cgit v1.2.3-60-g2f50