summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 04:29:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 04:29:50 +0000
commit835386081ecfabc9e442ce6cc1139fae06564651 (patch)
treeec56759ac399d0ea30d268cec8d2b0eb51fbd8f8 /crawl-ref/source/monplace.h
parentf9b3fccde9594e3ba99a93a8652416f32e662f8d (diff)
downloadcrawl-ref-835386081ecfabc9e442ce6cc1139fae06564651.tar.gz
crawl-ref-835386081ecfabc9e442ce6cc1139fae06564651.zip
Clean up handling of angered monsters.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5579 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index b5456dc491..1b3ad0c6e7 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -258,7 +258,13 @@ monster_type pick_random_monster(const level_id &place,
int power,
int &lev_mons);
-bool player_angers_monster(monsters *mon, bool actual = true);
+bool player_will_anger_monster(monster_type type, bool *holy = NULL,
+ bool *unholy = NULL, bool *antimagical = NULL);
+
+bool player_will_anger_monster(monsters *mon, bool *holy = NULL,
+ bool *unholy = NULL, bool *antimagical = NULL);
+
+bool player_angers_monster(monsters *mon);
// last updated 12may2000 {dlb}
/* ***********************************************************************