From edec9c5b9da9c981c1f242e7c3e65919b0056a4f Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Mon, 7 Nov 2011 17:32:14 +0100 Subject: Adjusted buy price for small mushrooms and amount needed for crafting iron potion at the alchemist buy prize changed from 100 to 125 amount changed from 4 back to 2 This prevents exploit but makes using the crafting system as attractive as possible. Also updated submodule pointer. --- world/map/npc/011-1/alchemist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/011-1/alchemist.txt') 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; -- cgit v1.2.3-60-g2f50