summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-06-25 21:07:30 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-06-25 23:39:52 +0100
commit7e50c859fae87336ea760c65409bad1a3daf4dad (patch)
tree49e22d5db5bcfabf3d3ffa4b5e8de6187989b885 /crawl-ref/source/mon-info.h
parenta989e5d4f72d40ccf0e3a888a084a67a0e671404 (diff)
downloadcrawl-ref-7e50c859fae87336ea760c65409bad1a3daf4dad.tar.gz
crawl-ref-7e50c859fae87336ea760c65409bad1a3daf4dad.zip
Allow non-capped temporary summons to use stairs too
It might otherwise require lots of special-casing because certain temporary summons (e.g. Box of Beasts) probably should be allowed to use stairs. This might need further review however.
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 a4f154f7ed..cf9ffb94ce 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -96,6 +96,7 @@ enum monster_info_flags
MB_DIMENSION_ANCHOR,
MB_CONTROL_WINDS,
MB_WIND_AIDED,
+ MB_SUMMONED_NO_STAIRS, // Temp. summoned and capped monsters
NUM_MB_FLAGS
};