summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-31 10:11:39 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-03 10:14:54 -0700
commit0d6a4c4d1c46134dfc4e5910cf4404a7904b9e4a (patch)
tree0a0ca43c13769ea02e821ff42235f1844dbfecee /crawl-ref/source/mon-info.h
parent68e4d12a9970e6a9cddfd1e5fe51df8fcdba022e (diff)
downloadcrawl-ref-0d6a4c4d1c46134dfc4e5910cf4404a7904b9e4a.tar.gz
crawl-ref-0d6a4c4d1c46134dfc4e5910cf4404a7904b9e4a.zip
Monster Shroud of Golubria spell, effect and M_SHROUD.
The spell is infinite duration for monsters; M_SHROUD starts the monster with one. The ability to cast the spell is only really intended for monsters that start with the spell so that they can renew it.
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 d2494b77b9..5c29f6db24 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -114,6 +114,7 @@ enum monster_info_flags
MB_FROZEN,
MB_BLACK_MARK,
MB_SAP_MAGIC,
+ MB_SHROUD,
NUM_MB_FLAGS
};