summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_data.h
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-06-22 06:14:20 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-06-23 02:43:27 +0100
commit94225b818f4224d364b89af2accef481d8af3f80 (patch)
tree3d7be40eb4800d122d33c761f9363afb02dff5a0 /crawl-ref/source/mgen_data.h
parente0e4bba4ed6f24a86602bb1770793a4eee043962 (diff)
downloadcrawl-ref-94225b818f4224d364b89af2accef481d8af3f80.tar.gz
crawl-ref-94225b818f4224d364b89af2accef481d8af3f80.zip
Support chimera in monster spec syntax
Currently the syntax as implemented is chimera:foo,bar,baz But this will most likely change.
Diffstat (limited to 'crawl-ref/source/mgen_data.h')
-rw-r--r--crawl-ref/source/mgen_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mgen_data.h b/crawl-ref/source/mgen_data.h
index a8479cde8f..4d3b0bffc5 100644
--- a/crawl-ref/source/mgen_data.h
+++ b/crawl-ref/source/mgen_data.h
@@ -109,6 +109,9 @@ struct mgen_data
// This simply stores the initial shape-shifter type.
monster_type initial_shifter;
+ // This simply stores chimera base monsters.
+ vector<monster_type> chimera_mons;
+
// This can eventually be used to store relevant information.
CrawlHashTable props;