From f209136a0fceb83c8265e7394a43c4ddd6681442 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Nov 2019 17:12:51 -0300 Subject: Nicholas will now follow the new rule, this also affects tweaks --- npc/craft/tweak.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/craft/tweak.txt') diff --git a/npc/craft/tweak.txt b/npc/craft/tweak.txt index fe9d661da..237fabbc1 100644 --- a/npc/craft/tweak.txt +++ b/npc/craft/tweak.txt @@ -30,6 +30,9 @@ function script SmithTweakReset { function script SmithTweakSystem { .@price=getarg(0, 600); + // Adjust price + .@price=POL_AdjustPrice(.@price); + // How many times more can you tweak? // You get 1 action, capped to 6 .@left=gettimeparam(GETTIME_HOUR)-SMITH_TWEAKS; @@ -69,7 +72,7 @@ function script SmithTweakSystem { } // Take the money and AP away - Zeny-=.@price; + POL_PlayerMoney(.@price); SMITH_TWEAKS+=1; // Check if you fail -- cgit v1.2.3-60-g2f50