diff options
-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]; |