summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 01:40:27 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 01:40:27 +0000
commit78ed182cbb25a262df02c6e8fb6b9d85d7fca85a (patch)
tree18ae780827679ca712984f0d00e968be739632a1 /crawl-ref/source/religion.h
parentf1c97c5dd9697e0dfe594655b202e9a1f4919966 (diff)
downloadcrawl-ref-78ed182cbb25a262df02c6e8fb6b9d85d7fca85a.tar.gz
crawl-ref-78ed182cbb25a262df02c6e8fb6b9d85d7fca85a.zip
Make Zin take retribution on you if you switch to a chaotic god as well
as an evil god (i.e. Xom), and display a message when switching from a good god to an evil god to indicate pending retribution. TSO still has his usual "you will pay" speech, of course. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3846 c06c8d41-db1a-0410-9941-cceddc491573
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 765bdec408..d4bcddece5 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -80,6 +80,7 @@ bool god_hates_attacking_friend(god_type god, const actor *fr);
bool is_evil_god(god_type god);
bool is_good_god(god_type god);
+bool is_chaotic_god(god_type god);
// Calls did_god_conduct when the object goes out of scope.
struct god_conduct_trigger