From 865ad15a82f21145b5623417549107317cb44b5b Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 3 Jan 2010 22:30:38 +1000 Subject: Fix put_to_sleep, implement for monsters. --- crawl-ref/source/godwrath.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/godwrath.cc') diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc index e3e87198ca..00a002e4c3 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.put_to_sleep(50); + you.put_to_sleep(NULL, 50); break; case 4: -- cgit v1.2.3-54-g00ecf