diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-16 07:29:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-16 07:29:24 -0300 |
commit | 6c66173437e69918f8d6e7c79ca929277a3e45cc (patch) | |
tree | 03d1a2dce1dc3078e90dbbfeff626e1a6ddc6342 /npc | |
parent | bc2a647c593d9bd741bd654676081651e28f19a0 (diff) | |
download | serverdata-6c66173437e69918f8d6e7c79ca929277a3e45cc.tar.gz serverdata-6c66173437e69918f8d6e7c79ca929277a3e45cc.tar.bz2 serverdata-6c66173437e69918f8d6e7c79ca929277a3e45cc.tar.xz serverdata-6c66173437e69918f8d6e7c79ca929277a3e45cc.zip |
Lightbringer no longer take a tweak point.
Diffstat (limited to 'npc')
-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 |