diff options
-rw-r--r-- | npc/012-5/nicholas.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 324585247..7ffbd14d5 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -90,7 +90,7 @@ L_Menu: l("I want to forge One Handed Weapons!"), l("I want to forge Shields!"), l("I want to forge Quivers!"), - rif(getskilllv(TMW2_CRAFT), l("I would like to remove an item options")), + rif(is_staff() && 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!"); |