summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-14 04:49:05 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-14 04:49:05 +0000
commitbc00511096980e23748fec292faf127908155911 (patch)
tree9a13afab33bfd15c42502d8b12bfc2adb754b51f /crawl-ref/source/religion.h
parent7dd4767eaec2834af2601334fb55705519c125de (diff)
downloadcrawl-ref-bc00511096980e23748fec292faf127908155911.tar.gz
crawl-ref-bc00511096980e23748fec292faf127908155911.zip
Holy being adjustments: If you've turned them neutral on sight, and then
switch to a neutral or evil god, they'll turn hostile. Also, TSO's god gifts will only turn neutral if you switch from him to another good god. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3630 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 3b1e5f5d22..3444cb6446 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -42,7 +42,7 @@ void dec_penance(god_type god, int val);
bool did_god_conduct(conduct_type thing_done, int pgain, bool known = true,
const monsters *victim = NULL);
-void excommunication(void);
+void excommunication(god_type new_god = GOD_NO_GOD);
void gain_piety(int pgn);
void god_speaks(god_type god, const char *mesg );
void lose_piety(int pgn);