summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2011-03-15 15:51:43 +0000
committerChris Campbell <chriscampbell89@gmail.com>2011-03-15 15:51:58 +0000
commit97cf11ab402741346f267d515f1e53949ead6101 (patch)
tree41c9adea3865e488a417722ab555a8ed228521a5 /crawl-ref/source/mgen_data.h
parent2a9a98560962a08504fdb8d07e3201595158b1fa (diff)
downloadcrawl-ref-97cf11ab402741346f267d515f1e53949ead6101.tar.gz
crawl-ref-97cf11ab402741346f267d515f1e53949ead6101.zip
Use fake_abjuration for Death Channel spectrals
They're temporary allies, but not summons, and so shouldn't be abjurable.
Diffstat (limited to 'crawl-ref/source/mgen_data.h')
-rw-r--r--crawl-ref/source/mgen_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mgen_data.h b/crawl-ref/source/mgen_data.h
index cb9d196da4..f24b70f213 100644
--- a/crawl-ref/source/mgen_data.h
+++ b/crawl-ref/source/mgen_data.h
@@ -145,7 +145,8 @@ struct mgen_data
{
ASSERT(summon_type == 0 || (abj >= 1 && abj <= 6)
|| mt == MONS_BALL_LIGHTNING || mt == MONS_ORB_OF_DESTRUCTION
- || summon_type == SPELL_STICKS_TO_SNAKES);
+ || summon_type == SPELL_STICKS_TO_SNAKES
+ || summon_type == SPELL_DEATH_CHANNEL);
}
bool permit_bands() const { return (flags & MG_PERMIT_BANDS); }