summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-09 10:22:12 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-10 02:49:32 +0100
commit8a7e2c41393713d28899451f3e199e75dc860d76 (patch)
tree570b12218b075346e0715fa76a2aea924fa2c197 /crawl-ref/source/mon-place.h
parent94f00e13313bad349f552abc43b6f9851ba15c27 (diff)
downloadcrawl-ref-8a7e2c41393713d28899451f3e199e75dc860d76.tar.gz
crawl-ref-8a7e2c41393713d28899451f3e199e75dc860d76.zip
Make enslaved/raised corpse-based undead hate Fedhas worshippers.
I'm not sure whether deep dwarf unborns should count, but since all other corporeal undead do, let's go for simplicity, at least until someone tells us what the hell unborns are. Also, adjust messages for other gods. Trog gives no "aura", for example.
Diffstat (limited to 'crawl-ref/source/mon-place.h')
-rw-r--r--crawl-ref/source/mon-place.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/crawl-ref/source/mon-place.h b/crawl-ref/source/mon-place.h
index 0496fb4644..1f1bf6dcac 100644
--- a/crawl-ref/source/mon-place.h
+++ b/crawl-ref/source/mon-place.h
@@ -82,14 +82,8 @@ monster_type pick_random_monster(const level_id &place,
bool *chose_ood_monster,
bool force_mobile = false);
-bool player_will_anger_monster(monster_type type, bool *holy = NULL,
- bool *unholy = NULL, bool *lawful = NULL,
- bool *antimagical = NULL);
-
-bool player_will_anger_monster(monster* mon, bool *holy = NULL,
- bool *unholy = NULL, bool *lawful = NULL,
- bool *antimagical = NULL);
-
+conduct_type player_will_anger_monster(monster_type type);
+conduct_type player_will_anger_monster(monster* mon);
bool player_angers_monster(monster* mon);
bool empty_surrounds(const coord_def& where, dungeon_feature_type spc_wanted,