summaryrefslogtreecommitdiff
path: root/npc/guilds
diff options
context:
space:
mode:
Diffstat (limited to 'npc/guilds')
-rw-r--r--npc/guilds/forge.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/guilds/forge.txt b/npc/guilds/forge.txt
index 0d192e9fe..b6f26f65b 100644
--- a/npc/guilds/forge.txt
+++ b/npc/guilds/forge.txt
@@ -5,20 +5,6 @@
// Guild Facility - Blacksmith Area
guilds,24,27,0 script Guild Blacksmith NPC_NO_SPRITE,{
- select
- l("Forge a new 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
{