diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-01 19:19:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-01 19:19:46 -0300 |
commit | 815f3645bcd8e4b1423f897964dc216c13fc5207 (patch) | |
tree | 0e5fc55fffe61b631a3a39664cba35b44c3bff7a /npc/craft | |
parent | 6b5c8f3b1fb5dcf15a2f976e5164d65819c8e2d3 (diff) | |
download | serverdata-815f3645bcd8e4b1423f897964dc216c13fc5207.tar.gz serverdata-815f3645bcd8e4b1423f897964dc216c13fc5207.tar.bz2 serverdata-815f3645bcd8e4b1423f897964dc216c13fc5207.tar.xz serverdata-815f3645bcd8e4b1423f897964dc216c13fc5207.zip |
Legendary Weapons, Blacksmith Axe, and Dustynator, can be tweaked always
Diffstat (limited to 'npc/craft')
-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 237fabbc1..4110bd3a1 100644 --- a/npc/craft/tweak.txt +++ b/npc/craft/tweak.txt @@ -61,7 +61,8 @@ function script SmithTweakSystem { return false; // If the item have no bonuses - fail - setarray .@AlwaysTweaks, BlacksmithAxe, Dustynator; + setarray .@AlwaysTweaks, BlacksmithAxe, Dustynator, Lightbringer, + DemureAxe, Tyranny, Runestaff, AegisShield; delinventorylist(); getinventorylist(); .@x=@inventorylist_id[.@id]; |