diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-23 11:25:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-23 11:25:20 -0300 |
commit | 713121b394f7b08c0846691aaebd56afc08d71f3 (patch) | |
tree | f5d1af051090ee0437ba8f7f1d4557f3a08d69c4 /npc | |
parent | b56ce27a05a2f9c5160e2cd1ce923a5afa108afb (diff) | |
download | serverdata-713121b394f7b08c0846691aaebd56afc08d71f3.tar.gz serverdata-713121b394f7b08c0846691aaebd56afc08d71f3.tar.bz2 serverdata-713121b394f7b08c0846691aaebd56afc08d71f3.tar.xz serverdata-713121b394f7b08c0846691aaebd56afc08d71f3.zip |
Sewerage Path: Ensure that warp is aborted if you die.
Note: That definitely should be an easter egg.
Diffstat (limited to 'npc')
-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; |