summaryrefslogtreecommitdiff
path: root/npc/052-1/channelling.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/052-1/channelling.txt')
-rw-r--r--npc/052-1/channelling.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/052-1/channelling.txt b/npc/052-1/channelling.txt
index 143a1225..c705c869 100644
--- a/npc/052-1/channelling.txt
+++ b/npc/052-1/channelling.txt
@@ -11,7 +11,7 @@ L_EnchantDoor:
end;
L_ShouldNotBeHere:
- heal -Hp, 0;
+ die();
end;
}
@@ -284,14 +284,14 @@ L_ChannellingMoved:
// and does not need being killed)
if (isin("052-1",1,1,100,80) == 0)
goto L_ChannellingFail;
- heal -Hp, 0;
+ die();
misceffect FX_MAGIC_DARK_EXPLOSION, strcharinfo(0);
message strcharinfo(0), "You moved out of the power circle. The magic power you accumulated backfires at you!";
goto L_ChannellingFail;
L_ChPwrVanish:
// kill the player as part of the process: the magic process drained his life.
- heal -Hp, 0;
+ die();
misceffect FX_MAGIC_DARK_EXPLOSION, strcharinfo(0);
message strcharinfo(0), "The magic power vanished, and your spell backfires at you!";
goto L_ChannellingFail;
@@ -310,7 +310,7 @@ L_ChannellingFail:
end;
L_ShouldNotBeHere:
- heal -Hp, 0;
+ die();
end;
OnInit: