summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 5c8881e9f5..84a351e774 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -142,13 +142,10 @@ public:
// Has the 'priest' flag.
bool is_priest() const;
- // Is an actual wizard-type spellcaster (it can be silenced, etc.).
+ // Is an actual wizard-type spellcaster (it can be silenced, Trog
+ // will dislike it, etc.).
bool is_actual_spellcaster() const;
- // Is an actual wizard-type spellcaster, and has spells (Trog will
- // dislike it).
- bool is_magic_user() const;
-
// Has ENCH_SHAPESHIFTER or ENCH_GLOWING_SHAPESHIFTER.
bool is_shapeshifter() const;