From 97804580059c365754c1d4ca29ba9b69efb656d7 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 25 May 2008 19:06:41 +0000 Subject: 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 --- crawl-ref/source/religion.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/religion.h') 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); -- cgit v1.2.3-54-g00ecf