diff options
Diffstat (limited to 'npc/craft')
-rw-r--r-- | npc/craft/tweak.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/craft/tweak.txt b/npc/craft/tweak.txt index 9bc786d33..61435a2e0 100644 --- a/npc/craft/tweak.txt +++ b/npc/craft/tweak.txt @@ -56,11 +56,6 @@ function script SmithTweakSystem { return false; } - // Eh, apply some stuff for testing - if (is_gm() && !CRAFTSYS_CURRENT) { - CRAFTSYS_CURRENT=CRGROUP_BASE; - CRAFTSYS[CRGROUP_BASE]=10; - } csys_Apply(.@id); mesc l("SUCCESS! Congratulations, the item was improved!"), 3; return true; |