summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 20:48:01 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 20:48:01 -0600
commitf6fed038294b736f9f1c2bd5c6d8686cc900b56d (patch)
treea5b7cbe13447b6f5bc478d022dc8aa506427d320 /crawl-ref/source/mon-util.h
parent142d889bc748bdf7f21a5b04d3693a5bc8b48d5c (diff)
downloadcrawl-ref-f6fed038294b736f9f1c2bd5c6d8686cc900b56d.tar.gz
crawl-ref-f6fed038294b736f9f1c2bd5c6d8686cc900b56d.zip
Remove the rest of the M_EVIL references.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 3ef2ce3f46..e8a35999df 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -132,7 +132,8 @@ enum mons_class_flags
// drainable by vampires
M_REGEN = (1<<18), // regenerates quickly
M_BURROWS = (1<<19), // monster digs through rock
- M_EVIL = (1<<20), // monster vulnerable to holy spells
+
+ M_UNUSED_3 = (1<<20),
M_UNIQUE = (1<<21), // monster is a unique
M_ACID_SPLASH = (1<<22), // Passive acid splash when hit.