summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-07-12 15:53:48 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-07-29 19:56:47 -0400
commit08613ce6a0906fc054a4051a1a66c200d638d132 (patch)
tree3cb0eb0b4212e8896941f42bfbb940bb67c5086a /crawl-ref/source/tag-version.h
parent4dcdddd065607d1886704654ee0f69e17b915ac6 (diff)
downloadcrawl-ref-08613ce6a0906fc054a4051a1a66c200d638d132.tar.gz
crawl-ref-08613ce6a0906fc054a4051a1a66c200d638d132.zip
Remove fast/slow metabolism mutations from random generation (wheals)
Normally these mutations could be completely ignored when they randomly generated.
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 7bdad2a77c..c3cb312db2 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -113,6 +113,7 @@ enum tag_minor_version
TAG_MINOR_WEAPON_PLUSES, // Combine to-hit/to-dam enchantment on weapons.
TAG_MINOR_SAVE_TERRAIN_COLOUR, // Save colour in terrain-change markers.
TAG_MINOR_REMOVE_BASE_MP, // Remove base MP bonus.
+ TAG_MINOR_METABOLISM, // Remove random fast/slow meta mutations
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1