From d7da4ca7eefa99f6de059730a71cf49061168415 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 May 2019 15:34:38 -0300 Subject: Fix Wyara craft list display --- npc/012-4/wyara.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc') diff --git a/npc/012-4/wyara.txt b/npc/012-4/wyara.txt index 1ae8b1256..807da2aab 100644 --- a/npc/012-4/wyara.txt +++ b/npc/012-4/wyara.txt @@ -116,11 +116,11 @@ L_ReturnPot: mesq l("So, it is @@ GP each one up-front. Or I can brew with your materials:", .@price); mes ""; mesn l("Craft Recipe"); - mesc l("- @@/@@ @@", 100, countitem(MauveHerb), getitemlink(MauveHerb)); - mesc l("- @@/@@ @@", 20, countitem(MushroomSpores), getitemlink(MushroomSpores)); - mesc l("- @@/@@ @@", 10, countitem(Potatoz), getitemlink(Potatoz)); - mesc l("- @@/@@ @@", 10, countitem(Coral), getitemlink(Coral)); - mesc l("- @@/@@ @@", 1, countitem(EverburnPowder), getitemlink(EverburnPowder)); + mesc l("- @@/@@ @@", countitem(MauveHerb), 100, getitemlink(MauveHerb)); + mesc l("- @@/@@ @@", countitem(MushroomSpores), 20, getitemlink(MushroomSpores)); + mesc l("- @@/@@ @@", countitem(Potatoz), 10, getitemlink(Potatoz)); + mesc l("- @@/@@ @@", countitem(Coral), 10, getitemlink(Coral)); + mesc l("- @@/@@ @@", countitem(EverburnPowder), 1, getitemlink(EverburnPowder)); mesc l("- @@/@@ GP", format_number(.@craft), format_number(Zeny)); next; select -- cgit v1.2.3-60-g2f50