summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-03 20:43:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-03 20:43:20 +0000
commit537041db917da5d1ba30dd7c39283e0e8d8e2854 (patch)
treed0a6b49f91a11ed429430f8d15d3087ec3d91fd5 /crawl-ref/source/religion.h
parent09c586c9f0a5e8dc3abc20b7928b1474641077e1 (diff)
downloadcrawl-ref-537041db917da5d1ba30dd7c39283e0e8d8e2854.tar.gz
crawl-ref-537041db917da5d1ba30dd7c39283e0e8d8e2854.zip
Simplify yet again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7373 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 4d13e2a7b7..d9619f5a59 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -63,7 +63,7 @@ std::string get_god_dislikes(god_type which_god, bool verbose = false);
void dec_penance(int val);
void dec_penance(god_type god, int val);
-bool do_god_vengeance(conduct_type thing_done);
+bool do_god_revenge(conduct_type thing_done);
bool did_god_conduct(conduct_type thing_done, int pgain, bool known = true,
const monsters *victim = NULL);
void set_attack_conducts(god_conduct_trigger conduct[3], const monsters *mon,
@@ -99,10 +99,10 @@ void divine_retribution(god_type god);
bool zin_sustenance(bool actual = true);
bool yred_injury_mirror(bool actual = true);
bool beogh_water_walk();
-void beogh_idol_revenge();
+bool beogh_idol_revenge();
void good_god_holy_attitude_change(monsters *holy);
void tso_blasts_cleansing_flame(const char *message = NULL);
-void tso_holy_revenge();
+bool tso_holy_revenge();
void yred_make_enslaved_soul(monsters *mon, bool force_hostile = false,
bool quiet = false, bool allow_fail = true);
void beogh_convert_orc(monsters *orc, bool emergency,