summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 21:12:28 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 22:04:08 -0600
commit42876e1c49d03e594d7d129bd96fd9874ebe0106 (patch)
treee87fb003057c93dd3d10f195efd5b2d69a324c9d /crawl-ref/source/monster.h
parent46a9a48fae192feb0ee6440bee0623a8c026163c (diff)
downloadcrawl-ref-42876e1c49d03e594d7d129bd96fd9874ebe0106.tar.gz
crawl-ref-42876e1c49d03e594d7d129bd96fd9874ebe0106.zip
Add actor::undead_or_demonic() to check for those holiness types.
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 84a351e774..2f76628541 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -297,6 +297,7 @@ public:
int mons_species() const;
mon_holy_type holiness() const;
+ bool undead_or_demonic() const;
bool is_holy() const;
bool is_unholy() const;
bool is_evil() const;