summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 01:29:44 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 01:29:44 +0000
commit5406eedd8be938cfe204147314eda3cfbe3f470e (patch)
tree6728d6920e1be7c34688834bd8843769d5f03178 /crawl-ref/source/monplace.h
parentd0d2ca2bdb3014bdb24fa436cc047b9b3c81dcb4 (diff)
downloadcrawl-ref-5406eedd8be938cfe204147314eda3cfbe3f470e.tar.gz
crawl-ref-5406eedd8be938cfe204147314eda3cfbe3f470e.zip
Simplify handling of monsters angered by the player, and expand it to
not allow Trog worshippers to have magic-using followers. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4898 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 982205515b..058adce4d3 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -260,7 +260,7 @@ monster_type pick_random_monster(const level_id &place,
int power,
int &lev_mons);
-bool player_angers_monster(monsters *mon);
+bool player_angers_monster(monsters *mon, bool actual = true);
// last updated 12may2000 {dlb}
/* ***********************************************************************