From c7ab36b8b51c2fa925fd5245d31e5f98cfa466e0 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 8 Oct 2007 14:01:16 +0000 Subject: Ghosts can use ensorcelled hibernation. Breaks saves, needs some work on PC sleep and wake-up correctness. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2377 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ouch.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/ouch.cc') diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc index 258309c533..0e819d8630 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -765,6 +765,9 @@ void ouch( int dam, int death_source, kill_method_type death_type, ait_hp_loss hpl(dam, death_type); interrupt_activity( AI_HP_LOSS, &hpl ); + if (dam > 0) + you.check_awaken(500); + if (you.duration[DUR_DEATHS_DOOR] && death_type != KILLED_BY_LAVA && death_type != KILLED_BY_WATER) { -- cgit v1.2.3-54-g00ecf