summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 2f970a3fe7..42c57fec65 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -952,7 +952,7 @@ static int _passwall(coord_def where, int pow, int, actor *)
{
if (howdeep > range || non_rock_barriers)
{
- ouch(1 + you.hp, NON_MONSTER, KILLED_BY_PETRIFICATION);
+ ouch(INSTANT_DEATH, NON_MONSTER, KILLED_BY_PETRIFICATION);
//jmf: not return; if wizard, successful transport is option
}
}