From 5f77e598b248b832712ee9c1d276d45ab50a00be Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 12 Aug 2009 14:32:48 +0000 Subject: 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 --- crawl-ref/source/mutation.cc | 3 +-- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3-54-g00ecf