summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/species.h
diff options
context:
space:
mode:
authorEronarn Palazzo <eronarn@gmail.com>2012-09-16 21:30:00 -0400
committerAdam Borowski <kilobyte@angband.pl>2013-01-07 14:22:21 +0100
commit981d31ef5a043c384d1af1b56f3f1186bbcdf2b5 (patch)
treeda720705c41a20606498b2d3240f06990d22d5c4 /crawl-ref/source/species.h
parent758438fb9570afe569d1fc428d0c6dcbc71ec5f6 (diff)
downloadcrawl-ref-981d31ef5a043c384d1af1b56f3f1186bbcdf2b5.tar.gz
crawl-ref-981d31ef5a043c384d1af1b56f3f1186bbcdf2b5.zip
Initial implementation of lava orcs.
This includes their: * starting screen description * starting mutations * restricted classes/gear * aptitudes * orcishness (genus) * monster version
Diffstat (limited to 'crawl-ref/source/species.h')
-rw-r--r--crawl-ref/source/species.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/species.h b/crawl-ref/source/species.h
index 53613a4f25..75d77e0231 100644
--- a/crawl-ref/source/species.h
+++ b/crawl-ref/source/species.h
@@ -5,6 +5,7 @@ enum genus_type
{
GENPC_DRACONIAN,
GENPC_ELVEN,
+ GENPC_ORCISH,
GENPC_NONE,
};