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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 9f7de327ce..5b3e85ae98 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -333,9 +333,9 @@ public:
bool haloed() const;
bool has_spells() const;
- bool has_evil_spells() const;
- bool has_chaotic_spells() const;
bool has_spell(spell_type spell) const;
+ bool has_evil_spell() const;
+ bool has_chaotic_spell() const;
bool has_attack_flavour(int flavour) const;
bool has_damage_type(int dam_type);