diff options
Diffstat (limited to 'npc/001-3-1/smith.txt')
-rw-r--r-- | npc/001-3-1/smith.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-3-1/smith.txt b/npc/001-3-1/smith.txt index df0742a48..7de825aca 100644 --- a/npc/001-3-1/smith.txt +++ b/npc/001-3-1/smith.txt @@ -6,7 +6,7 @@ 001-3-1,52,86,0 script GM Black Smithy NPC_NO_SPRITE,{ - if (!$@GM_OVERRIDE && $EVENT$ == "" && !is_staff()) goto L_Offline; + if (!$@GM_OVERRIDE || $EVENT$ == "") goto L_Offline; mesc l("Welcome to Saulc's Magic Smith Table!"); mesc l("This forge will prepare equipment for you, no skill required!"); mesc l("What will you craft today?"); |