From 088bde53337992e16d041865ed3f29a251c5c55b Mon Sep 17 00:00:00 2001 From: evktalo Date: Wed, 30 Sep 2009 21:49:06 +0300 Subject: Generalize the check for Vehumet supported spells. Add Shatter and Lee's Rapid Deconstruction (SPELL_FRAGMENTATION) to the list. Signed-off-by: evktalo --- crawl-ref/source/spl-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/spl-util.h') diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h index 38d022f946..2208be3bf9 100644 --- a/crawl-ref/source/spl-util.h +++ b/crawl-ref/source/spl-util.h @@ -123,4 +123,6 @@ const char *spelltype_name(unsigned int which_spelltype); int spell_type2skill (unsigned int which_spelltype); int spell_skill2type (unsigned int which_skill); +bool vehumet_supports_spell(spell_type spell); + #endif -- cgit v1.2.3-54-g00ecf