summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorDMBrownrigg <netsdanita@hotmail.com>2010-02-08 02:00:55 +1100
committerCharles Otto <ottochar@gmail.com>2010-02-11 21:37:00 -0500
commit9bfe7f104a39a02eabe3b34ef2c7ad2b8966c77a (patch)
tree65e024f24948a8d102a4dec8c8440989ca00b36b /crawl-ref/source/religion.h
parent553a3c5d5d6cd940e1475a128f40b7b109e9f107 (diff)
downloadcrawl-ref-9bfe7f104a39a02eabe3b34ef2c7ad2b8966c77a.tar.gz
crawl-ref-9bfe7f104a39a02eabe3b34ef2c7ad2b8966c77a.zip
Continuing with Due's cleaned up version of splColor-patch
Submitted patch was vetted and cleaned by due, but ultimately rejected due to flaws in highlighting. Continuing with Due's cleaned version of the prevous patch. Signed-off-by: Charles Otto <ottochar@gmail.com>
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 3004a9560b..030a1f70a5 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -72,6 +72,8 @@ bool god_hates_cannibalism(god_type god);
bool god_hates_killing(god_type god, const monsters* mon);
bool god_likes_fresh_corpses(god_type god);
bool god_likes_butchery(god_type god);
+bool god_likes_spell(god_type god, spell_type spell);
+bool god_hates_spell(god_type god, spell_type spell);
harm_protection_type god_protects_from_harm(god_type god, bool actual = true);
bool jiyva_is_dead();
bool remove_all_jiyva_altars();