summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-18 15:13:34 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-18 15:13:34 +0000
commit2f75c92ad79443e954d0167055c08decff3e41b2 (patch)
tree20bf394b6ae9e60e6f687ad881a2ef4e89d8e8d2 /crawl-ref/source/religion.cc
parenta4d4f3ecccb29c3f5fc1ce55579119106c399911 (diff)
parente5860798ba239a9f474ad97263094c6d50967137 (diff)
downloadcrawl-ref-27b34662a55af91342b0a460dc50362b9dffb50f.tar.gz
crawl-ref-27b34662a55af91342b0a460dc50362b9dffb50f.zip
Updated stone_soup-0.1b1 tag to include fix for Poison Arrow of Doom.0.1b1
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/tags/stone_soup-0.1b1@51 c06c8d41-db1a-0410-9941-cceddc491573
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();