From 25634a7027616358c3b5ba94e478d4d641a03196 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Tue, 12 Jan 2010 19:54:24 +0100 Subject: Add new killer_type KILL_MISCAST whose clouds don't autoexclude. Not to be confused with KILL_MISC, which is used, among other for the flamethrower vaults. Aside from spell miscasts, KILL_MISCAST also applies to Zot traps and Xom effects. --- crawl-ref/source/spl-mis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-mis.cc') diff --git a/crawl-ref/source/spl-mis.cc b/crawl-ref/source/spl-mis.cc index 6fa022880c..0e98233ab7 100644 --- a/crawl-ref/source/spl-mis.cc +++ b/crawl-ref/source/spl-mis.cc @@ -194,7 +194,7 @@ void MiscastEffect::init() act_source = target; kc = KC_OTHER; - kt = KILL_MISC; + kt = KILL_MISCAST; if (source == ZOT_TRAP_MISCAST) { -- cgit v1.2.3-54-g00ecf