summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index d0ac7afc4b..d66e701a29 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2057,7 +2057,7 @@ void monster_attack(int monster_attacking)
if (wearing_amulet(AMU_WARDING)
|| (you.religion == GOD_VEHUMET && you.duration[DUR_PRAYER]
- && (!player_under_penance() && you.piety >= 75)))
+ && (!player_under_penance() && you.piety >= piety_breakpoint(2))))
{
if (mons_has_ench(attacker, ENCH_ABJ_I, ENCH_ABJ_VI))
{