summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2011-07-17 12:27:00 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-07-17 14:37:28 +0200
commit4d7bf57569f3efcd7ba15654b9a755d3cd5daa64 (patch)
treed340b6dcb86cae3a952500532665e3449e1177af /crawl-ref/source/religion.h
parenteee7d52ee07d71eb79c83edc86d332c87eda2387 (diff)
downloadcrawl-ref-4d7bf57569f3efcd7ba15654b9a755d3cd5daa64.tar.gz
crawl-ref-4d7bf57569f3efcd7ba15654b9a755d3cd5daa64.zip
Added 'god_likes_your_god'. Gods do not hate themselves
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 98970932e5..96d4d17940 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -58,8 +58,8 @@ bool transformed_player_can_join_god(god_type which_god);
void god_pitch(god_type which_god);
int piety_rank(int piety = -1);
int piety_scale(int piety_change);
-bool god_hates_your_god(god_type god,
- god_type your_god = you.religion);
+bool god_likes_your_god(god_type god, god_type your_god = you.religion);
+bool god_hates_your_god(god_type god, god_type your_god = you.religion);
std::string god_hates_your_god_reaction(god_type god,
god_type your_god = you.religion);
bool god_hates_cannibalism(god_type god);