summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-12 14:32:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-12 14:32:48 +0000
commit5f77e598b248b832712ee9c1d276d45ab50a00be (patch)
tree7e51461af2d4c92d484da48bf36cd413e873441b
parent6ca3547c0ecc01c06b930f7c0bea23171cb45b2e (diff)
downloadcrawl-ref-5f77e598b248b832712ee9c1d276d45ab50a00be.tar.gz
crawl-ref-5f77e598b248b832712ee9c1d276d45ab50a00be.zip
Apply trunk r10523 to 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10524 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/mutation.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index da633db58b..dbd54f38fe 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -2702,8 +2702,7 @@ void demonspawn()
howm = 1;
}
- if (you.religion != GOD_VEHUMET && you.religion != GOD_MAKHLEB
- && one_chance_in(11))
+ if (you.religion != GOD_MAKHLEB && one_chance_in(11))
{
whichm = MUT_DEATH_STRENGTH;
howm = 1;