summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------client-data0
-rw-r--r--world/map/db/item_db.txt2
-rw-r--r--world/map/npc/011-1/alchemist.txt2
3 files changed, 2 insertions, 2 deletions
diff --git a/client-data b/client-data
-Subproject 7971bc85e00268b37105eefdd9a2d6a5f557b29
+Subproject a897827ccb6b9210c4248d81113c910f6a974af
diff --git a/world/map/db/item_db.txt b/world/map/db/item_db.txt
index a45606d7..c7b184b9 100644
--- a/world/map/db/item_db.txt
+++ b/world/map/db/item_db.txt
@@ -68,7 +68,7 @@
563, WinterGloves, Winter Gloves, 5, 6000, 3000, 20, , 3, , -15, 0, 2, 4, , 0, 0, {}, {}
564, TurtleneckSweater, Turtleneck Sweater, 5, 2000, 1000, 30, , 6, , -18, 0, 2, 512, , 0, 0, {}, {}
565, PinkPetal, Pink Petal, 0, 100, 50, 10, , , , , , 2, , , 0, , {itemheal 50, 0;}, {}
-566, SmallMushroom, Small Mushroom, 0, 100, 50, 10, , , , , , 2, , , 0, , {itemheal 50, 0;}, {}
+566, SmallMushroom, Small Mushroom, 0, 125, 50, 10, , , , , , 2, , , 0, , {itemheal 50, 0;}, {}
567, IronPotion, Iron Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , {sc_start sc_raiseattackstrength, 60, 60;}, {}
568, ConcentrationPotion, Concentration Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , {sc_start sc_raiseattackspeed0, 60, 30;}, {}
569, RawLog, Raw Log, 3, 20, 10, 10, , , , , , , , , , , {}, {}
diff --git a/world/map/npc/011-1/alchemist.txt b/world/map/npc/011-1/alchemist.txt
index ab10acfc..3b76578f 100644
--- a/world/map/npc/011-1/alchemist.txt
+++ b/world/map/npc/011-1/alchemist.txt
@@ -287,7 +287,7 @@ L_mana_potion_lacking:
goto L_main_menu;
L_iron:
- set @COST_PER_IRON_POTION, 4;
+ set @COST_PER_IRON_POTION, 2;
mes "\" To make them, I'm going to need " + @COST_PER_IRON_POTION + " Small Mushrooms per Iron Potion. How many Iron Potions would you like?\"";
input @count;