summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/religion.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 751154dfdd..ea04e0e6fa 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -882,11 +882,8 @@ static void _inc_penance(god_type god, int val)
// Neither does Trog's regeneration or magic resistance.
else if (god == GOD_TROG)
{
- if (you.duration[DUR_REGENERATION]
- && you.attribute[ATTR_DIVINE_REGENERATION])
- {
+ if (you.attribute[ATTR_DIVINE_REGENERATION])
remove_regen(true);
- }
}
// Neither does Zin's divine stamina.
else if (god == GOD_ZIN)