summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
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);