summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-19 02:32:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-19 02:32:59 +0000
commit6b01578aea5d2f44172181e9aacd65d068e21a58 (patch)
tree9113de232a208eba5b86e82b3874060203ffd118 /crawl-ref/source/religion.h
parenta0946957cc584681cae95fa525b0a965893b1404 (diff)
downloadcrawl-ref-6b01578aea5d2f44172181e9aacd65d068e21a58.tar.gz
crawl-ref-6b01578aea5d2f44172181e9aacd65d068e21a58.zip
Add various god gift-related cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5966 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 75dbfa5f1f..332a0fa703 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -110,6 +110,9 @@ bool ely_destroy_weapons();
bool trog_burn_books();
bool tso_unchivalric_attack_safe_monster(const actor *act);
+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_orcish_follower(const monsters* mon);
bool is_good_lawful_follower(const monsters* mon);
bool is_good_follower(const monsters* mon);