diff options
Diffstat (limited to 'npc/018-6-0/main.txt')
-rw-r--r-- | npc/018-6-0/main.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/npc/018-6-0/main.txt b/npc/018-6-0/main.txt index 25fe3d288..53c544ec9 100644 --- a/npc/018-6-0/main.txt +++ b/npc/018-6-0/main.txt @@ -79,11 +79,7 @@ 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 (randomly) if (any(true,false)) warp BarbaraInstCheck(3), 31, 151; |