summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-03-31 17:21:43 +0100
committerChris Campbell <chriscampbell89@gmail.com>2012-03-31 17:21:43 +0100
commit3ca1b2e54e3361b83636cc96518596fa68403962 (patch)
tree9de834a48fa43e83f40b5a33c1b79574ec722cfe /crawl-ref/source/mon-info.h
parent62922bcad0094f95a4fae3e58d2d00e4b28debb9 (diff)
parentd1ec1219830de0075c12e99f8c0caf8ed04c58f5 (diff)
downloadcrawl-ref-3ca1b2e54e3361b83636cc96518596fa68403962.tar.gz
crawl-ref-3ca1b2e54e3361b83636cc96518596fa68403962.zip
Merge branch 'boulder_beetles'
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 22e1f02078..58e7ec9edf 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -83,6 +83,7 @@ enum monster_info_flags
MB_TWO_WEAPONS,
MB_NO_REGEN,
MB_SUPPRESSED,
+ MB_ROLLING,
NUM_MB_FLAGS
};