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/religion.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/religion.h') diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h index f2e12e21ae..a59234a681 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -150,6 +150,8 @@ bool god_hates_spell_type(spell_type spell, god_type god = you.religion); bool god_dislikes_spell_type(spell_type spell, god_type god = you.religion); bool god_dislikes_spell_discipline(int discipline, god_type god = you.religion); +bool vehumet_supports_spell(spell_type spell); + bool trog_burn_spellbooks(); bool ely_destroy_weapons(); -- cgit v1.2.3-54-g00ecf