diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-11-06 18:04:47 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-11-06 18:04:47 -0800 |
commit | 38a7f63216acebdd943b946bcb1369a5502f2fcf (patch) | |
tree | 868e2618437d166840c3f59530c9020fca0151b8 /world/map/npc | |
parent | fef6a947d5778f74f3e3fefbdcb75ea369aec193 (diff) | |
parent | 72bde3af78d170639093e7befd02ead4ffea2ba7 (diff) | |
download | serverdata-38a7f63216acebdd943b946bcb1369a5502f2fcf.tar.gz serverdata-38a7f63216acebdd943b946bcb1369a5502f2fcf.tar.bz2 serverdata-38a7f63216acebdd943b946bcb1369a5502f2fcf.tar.xz serverdata-38a7f63216acebdd943b946bcb1369a5502f2fcf.zip |
Merge branch 'stable'
Diffstat (limited to 'world/map/npc')
-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 +} |