summaryrefslogtreecommitdiff
path: root/npc/craft
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-16 07:29:24 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-16 07:29:24 -0300
commit6c66173437e69918f8d6e7c79ca929277a3e45cc (patch)
tree03d1a2dce1dc3078e90dbbfeff626e1a6ddc6342 /npc/craft
parentbc2a647c593d9bd741bd654676081651e28f19a0 (diff)
downloadserverdata-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/craft')
-rw-r--r--npc/craft/tweak.txt3
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