From aa42374509f32e965252b5e73b2618a8efc1e327 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 19 Jul 2009 17:04:09 +0000 Subject: Add more Jiyva-related fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10326 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/religion.h') 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); -- cgit v1.2.3-54-g00ecf