From 76b79d4cfbb5791396ed38b4e3e57dfe977c21d3 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 12 Jun 2008 04:55:50 +0000 Subject: 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 --- crawl-ref/source/monplace.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/monplace.h') 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); -- cgit v1.2.3-54-g00ecf