summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-17 16:38:04 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-17 16:57:38 +1000
commitdf67479383393d0585994f3f08ab0d23094d2679 (patch)
tree89a3e64dda063207ce03e7e89d4ea3cc0fd19020 /crawl-ref/source/godwrath.cc
parent58dbfedffb8426a7d6b5fdb274a2601399daf373 (diff)
downloadcrawl-ref-df67479383393d0585994f3f08ab0d23094d2679.tar.gz
crawl-ref-df67479383393d0585994f3f08ab0d23094d2679.zip
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.
Diffstat (limited to 'crawl-ref/source/godwrath.cc')
-rw-r--r--crawl-ref/source/godwrath.cc2
1 files changed, 1 insertions, 1 deletions
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: