summaryrefslogtreecommitdiff
path: root/npc/012-5/nicholas.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-5/nicholas.txt')
-rw-r--r--npc/012-5/nicholas.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt
index d92c7724e..23d66cdb5 100644
--- a/npc/012-5/nicholas.txt
+++ b/npc/012-5/nicholas.txt
@@ -93,7 +93,7 @@ L_Menu:
l("I want to forge One Handed Weapons!"),
l("I want to forge Shields!"),
l("I want to forge Quivers!"),
- rif(is_staff() && getskilllv(TMW2_CRAFT), l("I would like to remove an item options")),
+ rif(getskilllv(TMW2_CRAFT), l("I would like to REMOVE an item options")),
rif(getskilllv(TMW2_CRAFT), l("I would like to change an item options")),
l("Nothing, thanks!");
@@ -112,6 +112,16 @@ L_Menu:
case 4:
goto L_Quiver;
case 5:
+ mesn;
+ mesc l("Are you sure? I don't know for what crazy reason you might want to do this, there is absolutely no benefit to this. I think you just selected the wrong option."), 1;
+ next;
+ if (askyesno() == ASK_NO) {
+ mes "";
+ mesc l("Wise choice."), 3;
+ mes "";
+ goto L_Menu;
+ }
+ mes "";
SmithTweakReset();
goto L_Menu;
case 6: