diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-11-07 17:32:14 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-11-07 17:34:38 +0100 |
commit | edec9c5b9da9c981c1f242e7c3e65919b0056a4f (patch) | |
tree | ea920687bb7738b6d9a52b9075925c0df3b21c11 /world/map/npc/011-1 | |
parent | 38a7f63216acebdd943b946bcb1369a5502f2fcf (diff) | |
download | serverdata-edec9c5b9da9c981c1f242e7c3e65919b0056a4f.tar.gz serverdata-edec9c5b9da9c981c1f242e7c3e65919b0056a4f.tar.bz2 serverdata-edec9c5b9da9c981c1f242e7c3e65919b0056a4f.tar.xz serverdata-edec9c5b9da9c981c1f242e7c3e65919b0056a4f.zip |
Adjusted buy price for small mushrooms and amount needed for crafting iron potion at the alchemistv2011.11.08
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.
Diffstat (limited to 'world/map/npc/011-1')
-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; |