summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-09-23 11:38:19 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-09-23 11:38:19 +0200
commitd5e784bd4f70cb83ba672b047699591e28acb21b (patch)
tree845326d77d31e48df9e83a0de9eabb2a0eb8c06a /crawl-ref/source/religion.h
parentbcbc5b47f8345b696a06cc42c560096ddb662ccd (diff)
downloadcrawl-ref-d5e784bd4f70cb83ba672b047699591e28acb21b.tar.gz
crawl-ref-d5e784bd4f70cb83ba672b047699591e28acb21b.zip
Warn about penance/excommunication for god-forbidden spells more prominently.
The spell description includes another line for instant-excomm ones, and all forbidden spells cause a prompt when you attempt to cast them. The latter may be tedious for übernagas who instantly get out of Trog penance in the very same Firestorm cast they got into penance for, but somehow I don't feel sorry for them.
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 07d14e0fdb..bb81dd67f0 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -69,6 +69,7 @@ bool god_likes_fresh_corpses(god_type god);
bool god_likes_butchery(god_type god);
bool god_likes_spell(spell_type spell, god_type god);
bool god_hates_spell(spell_type spell, god_type god);
+bool god_loathes_spell(spell_type spell, god_type god);
bool god_can_protect_from_harm(god_type god);
int elyvilon_lifesaving();
bool god_protects_from_harm();