diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-28 15:08:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-28 15:08:54 -0300 |
commit | 715f0e5e9cd745766feb95ed68d6b979f547b1a0 (patch) | |
tree | 2a5e983fda16260587ba0cba60ab77a8af163564 /npc/008-0/master.txt | |
parent | 99588cf76237b27818fb85b8fe8f14dd810f5ad3 (diff) | |
download | serverdata-715f0e5e9cd745766feb95ed68d6b979f547b1a0.tar.gz serverdata-715f0e5e9cd745766feb95ed68d6b979f547b1a0.tar.bz2 serverdata-715f0e5e9cd745766feb95ed68d6b979f547b1a0.tar.xz serverdata-715f0e5e9cd745766feb95ed68d6b979f547b1a0.zip |
Block incomplete dungeon (puzzles are missing at second floor)
Diffstat (limited to 'npc/008-0/master.txt')
-rw-r--r-- | npc/008-0/master.txt | 7 |
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))); |