summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-03-30 10:21:17 -0400
committerNeil Moore <neil@s-z.org>2014-03-30 10:21:17 -0400
commit55057a331cc586571a6cb13b96cfa1ff43b334c6 (patch)
tree7053bf2d4e98e8c974334a50ea6e1ed74d6bfe6f /crawl-ref/source/tag-version.h
parent03853fe038b71e1412df5b958ce95cb337790a16 (diff)
downloadcrawl-ref-55057a331cc586571a6cb13b96cfa1ff43b334c6.tar.gz
crawl-ref-55057a331cc586571a6cb13b96cfa1ff43b334c6.zip
Fix feature shifts from mangrove removal.
We needed to shift the following features so that open sea, orcish idol, etc. come out correct. We had been turning existing shoals borders, for example, into lava sea.
Diffstat (limited to 'crawl-ref/source/tag-version.h')
-rw-r--r--crawl-ref/source/tag-version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tag-version.h b/crawl-ref/source/tag-version.h
index df6c5575af..eba6161af0 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -86,7 +86,8 @@ enum tag_minor_version
TAG_MINOR_NEMELEX_WEIGHTS, // Nemelex deck weighting removed
TAG_MINOR_UNSEEN_MONSTER, // Invis indicators for monsters going from seen to unseen
TAG_MINOR_MR_ITEM_RESCALE, // Rescaled MR property on items.
- TAG_MINOR_MANGROVES, // Turn all mangroves into trees
+ TAG_MINOR_MANGROVES, // Turn all mangroves into trees.
+ TAG_MINOR_FIX_FEAT_SHIFT, // Fix feature shifts from the last tag.
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1