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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 94cef35207..964840f972 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2691,9 +2691,9 @@ void handle_god_time(void)
case GOD_SIF_MUNA:
// [dshaligram] Sif Muna is now very patient - has to be
- // to make up with the new spell training requirements, else
+ // to make up for the new spell training requirements, else
// it's practically impossible to get Master of Arcane status.
- if (one_chance_in(45))
+ if (one_chance_in(60))
lose_piety(1);
if (you.piety < 1)
excommunication();