summaryrefslogtreecommitdiff
path: root/npc/guilds
diff options
context:
space:
mode:
Diffstat (limited to 'npc/guilds')
-rw-r--r--npc/guilds/forge.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/guilds/forge.txt b/npc/guilds/forge.txt
index 55924656e..ffb43f529 100644
--- a/npc/guilds/forge.txt
+++ b/npc/guilds/forge.txt
@@ -5,6 +5,16 @@
// 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");
+ mes "";
+ if (@menu == 2) {
+ SmithTweakSystem();
+ close;
+ }
+
+ // Script begins here
do
{
mesc l("What will you forge today?");