summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-26 18:20:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-26 18:20:20 +0000
commit057afedbab6f22f1cad4c2e31a46e88296b0c0cb (patch)
treea23194b54053801f7a4fd8017205594ea49e3a74 /crawl-ref/source/religion.h
parenta75579a687e271d33078425cefc6ce29c7b87fd6 (diff)
downloadcrawl-ref-057afedbab6f22f1cad4c2e31a46e88296b0c0cb.tar.gz
crawl-ref-057afedbab6f22f1cad4c2e31a46e88296b0c0cb.zip
When under penance from Yred, give his servants on the current level a
chance to randomly abandon you. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7015 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 246455a659..121924ffe6 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -111,6 +111,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);
+bool is_yred_undead_slave(const monsters* mon);
bool is_orcish_follower(const monsters* mon);
bool is_good_lawful_follower(const monsters* mon);
bool is_good_follower(const monsters* mon);