summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.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/monplace.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/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 9a8cbbf33d..01ff447b22 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -267,10 +267,12 @@ monster_type pick_random_monster(const level_id &place,
int &lev_mons);
bool player_will_anger_monster(monster_type type, bool *holy = NULL,
- bool *unholy = NULL, bool *antimagical = NULL);
+ bool *unholy = NULL, bool *lawful = NULL,
+ bool *antimagical = NULL);
bool player_will_anger_monster(monsters *mon, bool *holy = NULL,
- bool *unholy = NULL, bool *antimagical = NULL);
+ bool *unholy = NULL, bool *lawful = NULL,
+ bool *antimagical = NULL);
bool player_angers_monster(monsters *mon);