summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-17 13:06:46 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-17 13:06:46 +0200
commitbf3d37e965e1afccfd83c6a0753a84bd9a77b822 (patch)
tree0e1dfbff513c8782d1e40cddc5b80ead4f380b6d /crawl-ref/source/godabil.h
parentdc18acb09c04d0eead4417a2812b6b185e9c4bd9 (diff)
downloadcrawl-ref-bf3d37e965e1afccfd83c6a0753a84bd9a77b822.tar.gz
crawl-ref-bf3d37e965e1afccfd83c6a0753a84bd9a77b822.zip
Warn the player if Slouch would hit no one.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index 8f9479526b..ebaafae461 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -66,7 +66,7 @@ bool fedhas_evolve_flora();
void lugonu_bend_space();
void cheibriados_time_bend(int pow);
-int cheibriados_slouch(int pow);
+bool cheibriados_slouch(int pow);
void cheibriados_time_step(int pow);
bool ashenzari_transfer_knowledge();
bool ashenzari_end_transfer(bool finished = false, bool force = false);