From 6c66173437e69918f8d6e7c79ca929277a3e45cc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Jan 2021 07:29:24 -0300 Subject: Lightbringer no longer take a tweak point. --- npc/craft/tweak.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/craft') 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 -- cgit v1.2.3-60-g2f50