summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 00:49:04 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 00:49:04 +0000
commitee9032f0333fe9fd08502d2291fe6aa6ec513e09 (patch)
treeff6a46e5a1031acb634f4b738f202dff752bd0c8 /crawl-ref/source/religion.h
parent54d9768ff184b52faba9d466177b2563faebfe1d (diff)
downloadcrawl-ref-ee9032f0333fe9fd08502d2291fe6aa6ec513e09.tar.gz
crawl-ref-ee9032f0333fe9fd08502d2291fe6aa6ec513e09.zip
Bug 2004786: a lightning bolt bouncing and hitting a monster a second/tird/etc
time shouldn't be an unchivalrous attack if the first hit wasn't unchivalrous. Before this fix the damage from the first hit from a lightning bolt might make a monster flee, and then the subsequent hits from bounces would be unchivalrous since it was fleeing. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6272 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 f925b5e4f2..f950a8902f 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -125,4 +125,6 @@ bool bless_follower(monsters *follower = NULL,
bool god_hates_attacking_friend(god_type god, const actor *fr);
bool god_likes_items(god_type god);
+void religion_turn_start();
+
#endif