summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-12 14:32:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-12 14:32:12 +0000
commit934a2dd68e3199c49d5016024e6015dc6d0c11dd (patch)
tree2ffeb4378a14eaa05793cab3305709c851b130e7 /crawl-ref/source/mutation.cc
parentb6c4a30cf236f04ab1b113d35d4a496b9325d61a (diff)
downloadcrawl-ref-934a2dd68e3199c49d5016024e6015dc6d0c11dd.tar.gz
crawl-ref-934a2dd68e3199c49d5016024e6015dc6d0c11dd.zip
Allow Vehumetite demonspawn to get the "strength from death and
destruction" mutation, since Vehumet only restores MP. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10523 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-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;