summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.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/mapdef.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/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index 127c83a6e3..47ed0d32de 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -663,6 +663,8 @@ class mons_spec
monster_type initial_shifter;
+ vector<monster_type> chimera_mons;
+
CrawlHashTable props;
mons_spec(monster_type t = RANDOM_MONSTER,