From 91ce2cd6087be62362c308ba9ce647d3335fa92e Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 28 Feb 2009 17:04:55 +0000 Subject: If, as a Beoghite, you forcibly convert an orc by attacking while it's asleep, end the attack round afterwards, so that you don't make an auxiliary unarmed attack and immediately annoy your new convert. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9282 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/fight.cc') diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index 7426654299..179500c31d 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -917,6 +917,7 @@ bool melee_attack::player_attack() // Call function of orcs first noticing you, but with // beaten-up conversion messages (if applicable). beogh_follower_convert(defender_as_monster(), true); + return (true); } } else -- cgit v1.2.3-54-g00ecf