summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index ea04e0e6fa..3c5dff25c4 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -884,6 +884,8 @@ static void _inc_penance(god_type god, int val)
{
if (you.attribute[ATTR_DIVINE_REGENERATION])
remove_regen(true);
+
+ _make_god_gifts_disappear(); // only on level
}
// Neither does Zin's divine stamina.
else if (god == GOD_ZIN)