diff options
-rw-r--r-- | world/map/npc/011-1/alchemist.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/011-1/alchemist.txt b/world/map/npc/011-1/alchemist.txt index b1cf78f2..ab10acfc 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, 2; + set @COST_PER_IRON_POTION, 4; 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; @@ -1019,4 +1019,4 @@ L_TooMany: mes "[Rauk the Alchemist]"; mes "You don't have room for this."; close; -}
\ No newline at end of file +} |