diff options
Diffstat (limited to 'npc/guilds')
-rw-r--r-- | npc/guilds/forge.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/guilds/forge.txt b/npc/guilds/forge.txt index ffb43f529..0d192e9fe 100644 --- a/npc/guilds/forge.txt +++ b/npc/guilds/forge.txt @@ -7,12 +7,17 @@ guilds,24,27,0 script Guild Blacksmith NPC_NO_SPRITE,{ select l("Forge a new item"), - rif(is_staff(), "Tweak an item"); + rif(is_staff(), "Tweak an item"), + l("Remove an item tweaks"); mes ""; if (@menu == 2) { SmithTweakSystem(); close; } + if (@menu == 3) { + SmithTweakReset(); + close; + } // Script begins here do |