diff options
Diffstat (limited to 'npc/craft/tweak.txt')
-rw-r--r-- | npc/craft/tweak.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/craft/tweak.txt b/npc/craft/tweak.txt index 2c745a291..9888b44c3 100644 --- a/npc/craft/tweak.txt +++ b/npc/craft/tweak.txt @@ -95,7 +95,8 @@ function script SmithTweakSystem { // Take the money and AP away POL_PlayerMoney(.@price); - SMITH_TWEAKS+=1; + if (.@x != Lightbringer) + SMITH_TWEAKS+=1; // Apply the bonuses. This will only loop if `continue;` is cast. // `continue` will only be cast if .@retry is set |