diff options
Diffstat (limited to 'npc/001-3-1/alchemy.txt')
-rw-r--r-- | npc/001-3-1/alchemy.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-3-1/alchemy.txt b/npc/001-3-1/alchemy.txt index 879208096..a9c15dd93 100644 --- a/npc/001-3-1/alchemy.txt +++ b/npc/001-3-1/alchemy.txt @@ -6,7 +6,7 @@ 001-3-1,32,89,0 script GM Alchemy Table 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 Alchemy Table!"); mesc l("This table will prepare the potion for you, no skill required!"); mesc l("What will you brew today?"); |