From 9338556ebf846bbc4176134e3846ef6699e8434b Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Mon, 9 Nov 2009 14:33:06 +0300 Subject: Replace mons_wont_attack with monsters::wont_attack. --- crawl-ref/source/monster.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/monster.h') diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h index e98fdb5f6c..9b8742e3c2 100644 --- a/crawl-ref/source/monster.h +++ b/crawl-ref/source/monster.h @@ -342,6 +342,7 @@ public: bool neutral() const; bool good_neutral() const; bool strict_neutral() const; + bool wont_attack() const; bool has_spells() const; bool has_spell(spell_type spell) const; -- cgit v1.2.3-54-g00ecf