summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index cf0a5b775a..70c86b192e 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2640,13 +2640,7 @@ void handle_god_time(void)
// to make up for the new spell training requirements, else
// it's practically impossible to get Master of Arcane status.
if (one_chance_in(100))
- {
lose_piety(1);
-#ifdef DEBUG_DIAGNOSTICS
- mprf(MSGCH_DIAGNOSTICS,
- "Sif Muna piety decay (new piety = %d)", you.piety);
-#endif
- }
if (you.piety < 1)
excommunication();
break;