summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-07 12:34:50 +0300
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-07 19:52:54 +1000
commitef68100a9c4b18e9dd8b77413d3408b64f756f91 (patch)
treee35424b6335bfab82d5dc729132769c122c6c978 /crawl-ref/source/monster.h
parent3232b4719ebfaccae12c628b01c6ca37ad38254e (diff)
downloadcrawl-ref-ef68100a9c4b18e9dd8b77413d3408b64f756f91.tar.gz
crawl-ref-ef68100a9c4b18e9dd8b77413d3408b64f756f91.zip
Replace mons_good_neutral with monsters::good_neutral.
Signed-off-by: Jude Brown <bookofjude@users.sourceforge.net>
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 2121d0bfa8..ced398812b 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -335,6 +335,7 @@ public:
bool friendly() const;
bool neutral() const;
+ bool good_neutral() const;
bool has_spells() const;
bool has_spell(spell_type spell) const;