summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-06-19 12:32:18 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-06-19 12:53:00 -0400
commit0031e25ff8e4f2f9d7932a858accb53c75cb0a2a (patch)
tree3a4b92a65735dc7c604942ecdeb5eeefcee7b3dd /crawl-ref/source/monster.h
parent919266dbc630173ab4fe2067c323468e5e59989b (diff)
downloadcrawl-ref-0031e25ff8e4f2f9d7932a858accb53c75cb0a2a.tar.gz
crawl-ref-0031e25ff8e4f2f9d7932a858accb53c75cb0a2a.zip
Get rid of a function.
The term "insanity" is used for several different things (and there's even ENCH_MAD which is not the same either). It would be weird to allow Discorded monsters to be extra-Recitable, and as it stands the function name is just misleading.
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 4c231505a6..5c5059717b 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -330,7 +330,6 @@ public:
bool is_holy(bool check_spells = true) const;
bool is_unholy(bool check_spells = true) const;
bool is_evil(bool check_spells = true) const;
- bool is_insane() const;
int how_unclean(bool check_god = true) const;
int known_chaos(bool check_spells_god = false) const;
int how_chaotic(bool check_spells_god = false) const;