summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-14 16:17:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-14 16:17:48 +0000
commit37f42fc40f9827f4a2b6bee0705623944f969637 (patch)
tree7ec0e79609a1dcf06c6e96501c61acb2d2dd2c4d /crawl-ref/source/mon-util.h
parent2f2e34a5a672cf68477068317b72a691810d401d (diff)
downloadcrawl-ref-37f42fc40f9827f4a2b6bee0705623944f969637.tar.gz
crawl-ref-37f42fc40f9827f4a2b6bee0705623944f969637.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5814 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 8c9890e9f0..8a56ef67c9 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -102,11 +102,13 @@ enum mons_class_flags
M_CONFUSED = (1<<10), // monster is perma-confused,
M_BATTY = (1<<11), // monster is batty
M_SPLITS = (1<<12), // monster can split
- M_AMPHIBIOUS = (1<<13), // monster can swim in water,
+ M_AMPHIBIOUS = (1<<13), // monster can swim in water
M_STATIONARY = (1<<14), // monster is stationary
M_BLOOD_SCENT = (1<<15), // monster can smell blood
- M_COLD_BLOOD = (1<<16), // susceptible to cold
- M_WARM_BLOOD = (1<<17), // no effect currently
+ M_COLD_BLOOD = (1<<16), // susceptible to cold,
+ // drainable by vampires
+ M_WARM_BLOOD = (1<<17), // no effect currently,
+ // 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