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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 0af9e58596..c54c312fc7 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -474,9 +474,9 @@ static bool monster_avoided_death(monsters *monster, killer_type killer, int i)
if (YOU_KILL(killer)
&& mons_near(monster)
&& !mons_friendly(monster)
+ && you.religion == GOD_BEOGH
&& mons_species(monster->type) == MONS_ORC
- && you.species == SP_HILL_ORC && you.religion == GOD_BEOGH
- && !player_under_penance() && you.piety >= 75)
+ && !player_under_penance() && you.piety >= piety_breakpoint(2))
{
#ifdef DEBUG_DIAGNOSTICS
mprf(MSGCH_DIAGNOSTICS, "Death convert attempt on %s, HD: %d, "