summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-06-27 17:38:13 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-06-27 17:54:12 +0100
commit7a66f18449dc8555f9cdbd59f8eb6c54e08784be (patch)
treefa12c7f07235692b3a3e4dbde843a9f936a2c9e0 /crawl-ref/source/mon-info.h
parent7df3b236cd1e0499b02dda266d39e7be2362b5f5 (diff)
downloadcrawl-ref-7a66f18449dc8555f9cdbd59f8eb6c54e08784be.tar.gz
crawl-ref-7a66f18449dc8555f9cdbd59f8eb6c54e08784be.zip
Fix a reference to Leda's slowing monster action speed (#8743)
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 26363f36f5..30049177a3 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -121,6 +121,7 @@ enum monster_info_flags
MB_SHROUD,
MB_CORROSION,
MB_SPECTRALISED,
+ MB_SLOW_MOVEMENT,
NUM_MB_FLAGS
};