From ee9032f0333fe9fd08502d2291fe6aa6ec513e09 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Tue, 1 Jul 2008 00:49:04 +0000 Subject: 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 --- 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 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 -- cgit v1.2.3-54-g00ecf