summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-06-16 19:36:36 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-06-17 09:58:02 -0400
commit1137a02fa7c1675c1248b5ae20f10b8970c92166 (patch)
treefbf7e682313d9d66b25b15a6d1a4742d090f1ba8 /crawl-ref/source/player.h
parent23e621cf06427b00683233e8294cf439f15b4d27 (diff)
downloadcrawl-ref-1137a02fa7c1675c1248b5ae20f10b8970c92166.tar.gz
crawl-ref-1137a02fa7c1675c1248b5ae20f10b8970c92166.zip
Make profane servitors ignore holy wrath, like holy energy (#7089).
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 96109ae700..ca7e4a781d 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -609,6 +609,7 @@ public:
mon_holy_type holiness() const;
bool undead_or_demonic() const;
+ bool holy_wrath_susceptible() const;
bool is_holy(bool spells = true) const;
bool is_unholy(bool spells = true) const;
bool is_evil(bool spells = true) const;