summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorevktalo <evktalo@users.sourceforge.net>2009-09-30 21:49:06 +0300
committerevktalo <evktalo@users.sourceforge.net>2009-09-30 21:49:06 +0300
commit088bde53337992e16d041865ed3f29a251c5c55b (patch)
treeae485dbf708804869a1cd811134cd9455310fc3c /crawl-ref/source/religion.h
parent3d29622183c8faefd8135c3f91b847e427283dc0 (diff)
downloadcrawl-ref-088bde53337992e16d041865ed3f29a251c5c55b.tar.gz
crawl-ref-088bde53337992e16d041865ed3f29a251c5c55b.zip
Generalize the check for Vehumet supported spells. Add Shatter and Lee's Rapid Deconstruction (SPELL_FRAGMENTATION) to the list.
Signed-off-by: evktalo <evktalo@users.sourceforge.net>
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 2 insertions, 0 deletions
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();