summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-20 16:38:16 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 22:10:12 -0700
commitfe637a9830636e896b11b04401062ab67311425a (patch)
tree05cb1f20370b9262064cdad58a68827e70e96945 /crawl-ref/source/mon-info.h
parent1bfb6b331a4c46c9e88e21fcc8f1a91b87b06d00 (diff)
downloadcrawl-ref-fe637a9830636e896b11b04401062ab67311425a.tar.gz
crawl-ref-fe637a9830636e896b11b04401062ab67311425a.zip
A super-basic icemail effect for gelid demonspawn.
They come with an ENCH_ICEMAIL which gives them 10 AC; if they take fire damage they permanently lose the ENCH_ICEMAIL. Whether we want to have this regenerate or not I leave up in the air for the moment.
Diffstat (limited to 'crawl-ref/source/mon-info.h')
-rw-r--r--crawl-ref/source/mon-info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-info.h b/crawl-ref/source/mon-info.h
index 158b37a7d6..6508af26be 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -107,6 +107,7 @@ enum monster_info_flags
MB_FIRE_VULN,
MB_TORNADO,
MB_TORNADO_COOLDOWN,
+ MB_ICEMAIL,
NUM_MB_FLAGS
};