summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 04:55:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 04:55:50 +0000
commit76b79d4cfbb5791396ed38b4e3e57dfe977c21d3 (patch)
tree7d8e7c3e836cb417f313b4f448fe7406c6b03f5c /crawl-ref/source/mon-util.h
parent3aaa5e00050a0f7a3027ceb9dc6cb8663d4eb968 (diff)
downloadcrawl-ref-76b79d4cfbb5791396ed38b4e3e57dfe977c21d3.tar.gz
crawl-ref-76b79d4cfbb5791396ed38b4e3e57dfe977c21d3.zip
Clean up handling of killing mutators or rotters (i.e., chaotic beings),
and make them become enraged by your lawful aura if you start worshipping Zin. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5750 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 24b978b3a1..8da8afacbc 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -639,6 +639,8 @@ bool mons_behaviour_perceptible(const monsters *mon);
bool mons_is_native_in_branch(const monsters *monster,
const branch_type branch);
bool mons_is_god_gift(const monsters *mon);
+bool mons_is_chaotic(const monsters *mon);
+bool mons_is_poisoner(const monsters *mon);
bool mons_is_confused(const monsters *m);
bool mons_is_caught(const monsters *m);
bool mons_is_fleeing(const monsters *m);