diff options
Diffstat (limited to 'world/map/npc/011-1/alchemist.txt')
-rw-r--r-- | world/map/npc/011-1/alchemist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |