From a5d3ad2bbb312565c6aab2047314542c2d5dacd3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 14 Jun 2019 23:59:40 -0300 Subject: Fix major issue --- npc/015-8/sealedshrine.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt index 88bc5f4eb..d7989d44e 100644 --- a/npc/015-8/sealedshrine.txt +++ b/npc/015-8/sealedshrine.txt @@ -43,6 +43,13 @@ function script SaggySealInit { else @SaggySeal$=.@n$; + // You're dead, drop the script + if (ispcdead()) { + npctalk l("You are dead. Aborting."); + @SaggySeal$=""; + end; + } + // Drain some Mana // Max wave is 9... So it should cap at 10% .@val=7+(.@z/3); -- cgit v1.2.3-70-g09d2