summaryrefslogtreecommitdiff
path: root/npc/008-0/master.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-0/master.txt')
-rw-r--r--npc/008-0/master.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/008-0/master.txt b/npc/008-0/master.txt
index bbf52922f..b4809358c 100644
--- a/npc/008-0/master.txt
+++ b/npc/008-0/master.txt
@@ -6,6 +6,9 @@
// Controls the whole dungeon feature.
008-0,47,63,0 script Party Master NPC_BRGUARD_SWORD,{
+ if (!is_staff())
+ goto L_TODO; // TODO
+
mesn;
if (getcharid(1) > 0) {
mesq l("You're in the \"@@\" party, very good!", getpartyname(getcharid(1)));
@@ -14,8 +17,6 @@
mesq l("I protect a dungeon for PARTIES. You're not on a party, get moving.");
close;
}
- if (!is_staff())
- goto L_TODO; // TODO
mesn;
mesq l("I protect a very dangerous dungeon, and it is so dangerous, that only parties can go in.");