summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 2ff544d807..fb24e917ca 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -893,7 +893,7 @@ void beogh_follower_convert(monsters *monster, bool orc_hit)
const int hd = monster->hit_dice;
- if (you.piety >= piety_breakpoint(2) && !you.penance[GOD_BEOGH] &&
+ if (you.piety >= piety_breakpoint(2) && !player_under_penance() &&
random2(you.piety / 15) + random2(4 + you.experience_level / 3)
> random2(hd) + hd + random2(5))
{