diff options
Diffstat (limited to 'npc/003-1-1/downpath.txt')
-rw-r--r-- | npc/003-1-1/downpath.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1-1/downpath.txt b/npc/003-1-1/downpath.txt index fd0c77480..b68bca41e 100644 --- a/npc/003-1-1/downpath.txt +++ b/npc/003-1-1/downpath.txt @@ -16,8 +16,10 @@ closedialog; sc_start SC_STUN, 3000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK, getcharid(3); sleep2(3000); + if (ispcdead()) end; warp "003-1-3", 45, 36; dispbottom l("At long last, you see the end of the corritor."); + RegEasterEgg(EE_SEWERS, 3); end; } close; |