diff options
Diffstat (limited to 'npc/018-6-0')
-rw-r--r-- | npc/018-6-0/main.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/018-6-0/main.txt b/npc/018-6-0/main.txt index 683c21239..8ea6a6644 100644 --- a/npc/018-6-0/main.txt +++ b/npc/018-6-0/main.txt @@ -79,9 +79,11 @@ OnTouch: setq1 LoFQuest_Barbara, 3; setq3 LoFQuest_Barbara, 0; } + if (!is_staff()) { // TODO stop here FIXME mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; close; + } // Execute the warp warp BarbaraInstCheck(3), 31, 151; end; |