From 715f0e5e9cd745766feb95ed68d6b979f547b1a0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 28 Jul 2018 15:08:54 -0300 Subject: Block incomplete dungeon (puzzles are missing at second floor) --- npc/008-0/master.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc/008-0') 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))); -- cgit v1.2.3-60-g2f50