summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-19 02:35:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-19 02:35:59 +0000
commit383888c981a9c53edcce082a1d2ab53dc69659cb (patch)
tree2b294c4649392d2b8471a65bbce89567ffaaf136 /crawl-ref/source/religion.h
parent4a6720babaa50b72d8ed6ca575c1219b3ebe09bd (diff)
downloadcrawl-ref-383888c981a9c53edcce082a1d2ab53dc69659cb.tar.gz
crawl-ref-383888c981a9c53edcce082a1d2ab53dc69659cb.zip
Add a few last Beogh-related cleanups. As part of this, move the check
for an orcish follower into its own function, so that it can eventually be used for blessing followers. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3715 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 3444cb6446..eec54c139d 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -70,6 +70,8 @@ bool ely_destroy_weapons();
bool trog_burn_books();
bool tso_stab_safe_monster(const actor *act);
+bool is_orcish_follower(const monsters* mon);
+
bool god_hates_attacking_friend(god_type god, const actor *fr);
bool is_evil_god(god_type god);