summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-25 19:06:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-25 19:06:41 +0000
commit97804580059c365754c1d4ca29ba9b69efb656d7 (patch)
treef3c0adf48e050e58c7e9c7eeedc13ae5c65565f5 /crawl-ref/source/religion.h
parent3797cd88dfd7d37ab3c8f0118f34bb2962c2ae3b (diff)
downloadcrawl-ref-97804580059c365754c1d4ca29ba9b69efb656d7.tar.gz
crawl-ref-97804580059c365754c1d4ca29ba9b69efb656d7.zip
Move set_attack_conducts() to religion.cc, as it really belongs there.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5243 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 9d3f4d3486..28029e81e0 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -63,6 +63,8 @@ void dec_penance(god_type god, int val);
bool did_god_conduct(conduct_type thing_done, int pgain, bool known = true,
const monsters *victim = NULL);
+void set_attack_conducts(const monsters *mon, god_conduct_trigger& conduct,
+ bool known = true);
void excommunication(god_type new_god = GOD_NO_GOD);
void gain_piety(int pgn);