diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-27 15:34:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-27 15:34:38 -0300 |
commit | d7da4ca7eefa99f6de059730a71cf49061168415 (patch) | |
tree | 80f1572e59f72ea29c757a9fd437accb97160753 /npc | |
parent | 72699baa837cf83248ecb6c4b0b9c6dc900b3d66 (diff) | |
download | serverdata-d7da4ca7eefa99f6de059730a71cf49061168415.tar.gz serverdata-d7da4ca7eefa99f6de059730a71cf49061168415.tar.bz2 serverdata-d7da4ca7eefa99f6de059730a71cf49061168415.tar.xz serverdata-d7da4ca7eefa99f6de059730a71cf49061168415.zip |
Fix Wyara craft list display
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-4/wyara.txt | 10 |
1 files changed, 5 insertions, 5 deletions
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 |