diff options
Diffstat (limited to 'npc/craft/tweak.txt')
-rw-r--r-- | npc/craft/tweak.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/craft/tweak.txt b/npc/craft/tweak.txt index b5c847e17..e1a8811fe 100644 --- a/npc/craft/tweak.txt +++ b/npc/craft/tweak.txt @@ -28,9 +28,7 @@ function script SmithTweakReset { // Usage: SmithTweakSystem ({price}) // Returns true on success, false on failure function script SmithTweakSystem { - // Set .knowledge and the price .@price=getarg(0, 600); - copyarray(.knowledge,RECIPES_EQUIPMENT,getarraysize(RECIPES_EQUIPMENT)); // How many times more can you tweak? // You get 1 action, capped to 6 |