From 713121b394f7b08c0846691aaebd56afc08d71f3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Feb 2021 11:25:20 -0300 Subject: Sewerage Path: Ensure that warp is aborted if you die. Note: That definitely should be an easter egg. --- npc/003-1-1/downpath.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/003-1-1/downpath.txt') 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; -- cgit v1.2.3-70-g09d2