summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-21 15:07:14 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-21 15:07:14 +0000
commita0e9510354f540e98f556aec2b655c33651f45d1 (patch)
treeacc38cfd9e20f4e3bf3d076dade3ac67476a7320 /crawl-ref
parentfff31b1f2808a6d9424f8ad5df3ab0fde3c5ce28 (diff)
downloadcrawl-ref-a0e9510354f540e98f556aec2b655c33651f45d1.tar.gz
crawl-ref-a0e9510354f540e98f556aec2b655c33651f45d1.zip
Fixed 1620050 - channeling is a Sifite ability, not a Vehumet one.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@688 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/mutation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 8eb872e80f..7347db32ca 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1987,7 +1987,7 @@ void demonspawn(void)
howm = 1;
}
- if (you.religion != GOD_VEHUMET && one_chance_in(11))
+ if (you.religion != GOD_SIF_MUNA && one_chance_in(11))
{
whichm = MUT_CHANNEL_HELL;
howm = 1;