summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/012-4/wyara.txt10
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