summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-12 16:42:14 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-12 17:18:39 -0400
commit17fcb76da48e9df5e215d49b98f9bfbbb70c028c (patch)
treedff7ec595bec885f5f965bcfc438e7e56809c07d /crawl-ref/source/tag-version.h
parent11800bfe59ca3f514c6cfdb14438a31775d381a0 (diff)
downloadcrawl-ref-17fcb76da48e9df5e215d49b98f9bfbbb70c028c.tar.gz
crawl-ref-17fcb76da48e9df5e215d49b98f9bfbbb70c028c.zip
Remove Saprovorous from Ko, LO, HO, and Og
It didn't really do anything interesting, outside of Gh and Tr conducts. Also removes Fast metabolism from Ogres as compensation.
Diffstat (limited to 'crawl-ref/source/tag-version.h')
-rw-r--r--crawl-ref/source/tag-version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tag-version.h b/crawl-ref/source/tag-version.h
index bbe9557b98..afc051594d 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -97,6 +97,7 @@ enum tag_minor_version
TAG_MINOR_DIET_MUT, // Remove carnivore/herbivore muts from random generation.
TAG_MINOR_SAGE_REMOVAL, // Removed the Sage card and status.
TAG_MINOR_CALC_UNRAND_REACTS, // Compute you.unrand_reacts on load
+ TAG_MINOR_SAPROVOROUS, // Remove Saprovorous from several species
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1