From 72bde3af78d170639093e7befd02ead4ffea2ba7 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 6 Nov 2011 18:01:21 -0800 Subject: Fix an exploit involving buying small mushrooms and selling iron potions. --- world/map/npc/011-1/alchemist.txt | 4 ++-- 1 file 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 +} -- cgit v1.2.3-60-g2f50