summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-07 01:16:41 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-07 01:16:41 +0100
commitfd607e7aa0c17867b23f26bd607270e9f7f3927d (patch)
tree800063ae23f0557d70268a4325921ec7ae76f467 /crawl-ref/source/religion.h
parentdfa1f6979fc8164652f29248b5f55f6ee100dd0b (diff)
downloadcrawl-ref-fd607e7aa0c17867b23f26bd607270e9f7f3927d.tar.gz
crawl-ref-fd607e7aa0c17867b23f26bd607270e9f7f3927d.zip
Split away divine retribution into godwrath.cc
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 9c5eb8b89a..09aad4a6f2 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -99,7 +99,6 @@ bool god_likes_fresh_corpses(god_type god);
bool god_likes_butchery(god_type god);
bool god_hates_butchery(god_type god);
harm_protection_type god_protects_from_harm(god_type god, bool actual = true);
-bool divine_retribution(god_type god);
bool jiyva_is_dead();
bool remove_all_jiyva_altars();
@@ -113,6 +112,7 @@ bool tso_unchivalric_attack_safe_monster(const monsters *mon);
void mons_make_god_gift(monsters *mon, god_type god = you.religion);
bool mons_is_god_gift(const monsters *mon, god_type god = you.religion);
+int yred_random_servants(int threshold, bool force_hostile = false);
bool is_undead_slave(const monsters* mon);
bool is_yred_undead_slave(const monsters* mon);
bool is_orcish_follower(const monsters* mon);