summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 17:04:09 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 17:04:09 +0000
commitaa42374509f32e965252b5e73b2618a8efc1e327 (patch)
tree1f89aa404204102345dd4f46ef7c85301660b94c /crawl-ref/source/religion.h
parent38a9a32f1df38db4bcd717d004a95f99692766b7 (diff)
downloadcrawl-ref-aa42374509f32e965252b5e73b2618a8efc1e327.tar.gz
crawl-ref-aa42374509f32e965252b5e73b2618a8efc1e327.zip
Add more Jiyva-related fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10326 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 950ea5fd0a..9ba3379a5f 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -154,6 +154,7 @@ bool mons_is_god_gift(const monsters *mon, god_type god = you.religion);
bool is_undead_slave(const monsters* mon);
bool is_yred_undead_slave(const monsters* mon);
bool is_orcish_follower(const monsters* mon);
+bool is_fellow_slime(const monsters* mon);
bool is_good_lawful_follower(const monsters* mon);
bool is_good_follower(const monsters* mon);
bool is_follower(const monsters* mon);