diff options
Diffstat (limited to 'npc/craft/tweak.txt')
-rw-r--r-- | npc/craft/tweak.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/craft/tweak.txt b/npc/craft/tweak.txt index e1a8811fe..c79949758 100644 --- a/npc/craft/tweak.txt +++ b/npc/craft/tweak.txt @@ -58,7 +58,7 @@ function script SmithTweakSystem { return false; // If the item have no bonuses - fail - if (getitemoptionidbyindex(.@id, 0) <= 0) { + if (getitemoptionidbyindex(.@id, 0) <= 0 && !is_master()) { mesc l("This item have no bonuses, and cannot be tweaked."), 1; return false; } |