summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/species.cc
diff options
context:
space:
mode:
authorSage <SageBasilMint@gmail.com>2013-12-30 17:28:27 -0800
committerNeil Moore <neil@s-z.org>2014-01-26 11:15:40 -0500
commit342daa02e859860aa8537c32961818ed342ca706 (patch)
treec4ad8e1f0e0fb5e2eb996964c60e7e1fabbb578a /crawl-ref/source/species.cc
parent321c037b6790e6ad2649caee2c20d13a850b72f2 (diff)
downloadcrawl-ref-342daa02e859860aa8537c32961818ed342ca706.tar.gz
crawl-ref-342daa02e859860aa8537c32961818ed342ca706.zip
Add MONS_VINE_STALKER.
This shouldn't place. Mainly it is for the player vine stalker glyph.
Diffstat (limited to 'crawl-ref/source/species.cc')
-rw-r--r--crawl-ref/source/species.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/species.cc b/crawl-ref/source/species.cc
index 3e230fb724..18c54028ec 100644
--- a/crawl-ref/source/species.cc
+++ b/crawl-ref/source/species.cc
@@ -392,6 +392,8 @@ monster_type player_species_to_mons_species(species_type species)
return MONS_DJINNI;
case SP_FORMICID:
return MONS_FORMICID;
+ case SP_VINE_STALKER:
+ return MONS_VINE_STALKER;
case SP_ELF:
case SP_HILL_DWARF:
case SP_MOUNTAIN_DWARF: