summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/008-0/master.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/008-0/master.txt b/npc/008-0/master.txt
index e83798de7..9dd55dba9 100644
--- a/npc/008-0/master.txt
+++ b/npc/008-0/master.txt
@@ -14,6 +14,8 @@
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.");
@@ -82,7 +84,10 @@
-
+L_TODO:
+ mesn;
+ mesq l("Jesusalva still have this closed because the traps are broken... %%n But we shall open soon. %%G");
+ close;
// Only the party leader can start this. But you can rejoin, as long map leader is on 008-x
L_NotYou:
getmapxy(.@m$, .@x, .@y, 0, getpartyleader(getcharid(1)));