summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-30 04:29:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-30 04:29:25 +0000
commitb638f0eb21f238ce8f143f09d0d99effb3cff497 (patch)
tree295598c876e69ad690ccf73766340b888392f8a9 /crawl-ref/source/religion.h
parentb3a157e60e8c01aae3827e35e49306d775ea85d1 (diff)
downloadcrawl-ref-b638f0eb21f238ce8f143f09d0d99effb3cff497.tar.gz
crawl-ref-b638f0eb21f238ce8f143f09d0d99effb3cff497.zip
Properly enforce the limitations of Yred's injury mirroring.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7072 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 121924ffe6..86ebdc91bd 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -94,7 +94,7 @@ void god_smites_you(god_type god, const char *message = NULL,
kill_method_type death_type = NUM_KILLBY);
void divine_retribution(god_type god);
-void yred_mirror_injury(monsters *mon, int dam);
+bool yred_mirror_injury(monsters *mon, int dam);
bool beogh_water_walk();
void beogh_idol_revenge();
void good_god_holy_attitude_change(monsters *holy);