diff options
-rw-r--r-- | world/map/npc/011-1/auldsbel.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/011-1/auldsbel.txt b/world/map/npc/011-1/auldsbel.txt index a8ee319c..58eecee0 100644 --- a/world/map/npc/011-1/auldsbel.txt +++ b/world/map/npc/011-1/auldsbel.txt @@ -179,7 +179,7 @@ L_ironpowder: L_sulphur: mes "[Auldsbel the Wizard]"; set @cost, 400 - (@Q_component_quest * 30); - mes "\"Sulphur powder? Ah, so we have picked up a little offensive magic, haven't we? Good thinking, good thinking. And yes, of course I can transmute volcanic ashes into sulphur powder at a ratio of 1:13, for " + @cost + " GP.\""; + mes "\"Sulphur powder? Ah, so we have picked up a little offensive magic, haven't we? Good thinking, good thinking. And yes, of course I can transmute volcanic ashes into sulphur powder at a ratio of 1:10, for " + @cost + " GP.\""; next; if (@Q_main_status >= @Q_STATUS_STUDENT) menu @@ -205,9 +205,9 @@ L_sulphur_buy: set Zeny, Zeny - @cost; delitem "PileOfAsh", 1; - getitem "SulphurPowder", 13; + getitem "SulphurPowder", 10; mes "[Auldsbel the Wizard]"; - mes "\"I shall transmute it later. Here, have thirteen half-ounces from my own stock.\""; + mes "\"I shall transmute it later. Here, have ten half-ounces from my own stock.\""; next; goto L_main_menu; |