summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 6868e2c1d1..80cfa15b96 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -587,8 +587,9 @@ static bool _monster_avoided_death(monsters *monster, killer_type killer, int i)
if (you.religion == GOD_BEOGH
&& mons_species(monster->type) == MONS_ORC
+ && !mons_is_summoned(monster) && !mons_is_shapeshifter(monster)
&& !player_under_penance() && you.piety >= piety_breakpoint(2)
- && mons_near(monster) && !mons_is_summoned(monster))
+ && mons_near(monster))
{
if (YOU_KILL(killer))
convert = true;