From df67479383393d0585994f3f08ab0d23094d2679 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Thu, 17 Dec 2009 16:38:04 +1000 Subject: Switch Cheibriados' wrath to sleep, not hibernation. This means that it cannot be bypassed by simply having adequate cold resistance. player::put_to_sleep with a power of fifty is congruent with hibernation's default power, besides the rolls. --- crawl-ref/source/godwrath.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc index abee58f0ae..a94b0ec2c8 100644 --- a/crawl-ref/source/godwrath.cc +++ b/crawl-ref/source/godwrath.cc @@ -336,7 +336,7 @@ static bool _cheibriados_retribution() case 2: case 3: mpr("You lose track of time."); - you.hibernate(); + you.put_to_sleep(50); break; case 4: -- cgit v1.2.3-54-g00ecf