summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-21 00:48:40 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-21 20:53:48 -0400
commite45c69eaa1975f51bfec6da3a0c4e618c53bc3af (patch)
tree3e7fd46b9eba2a4d5759e48cac5a61078c6cf267 /crawl-ref/source/tag-version.h
parent8cfef17bd41f1dd479a113daefb78197f96f8623 (diff)
downloadcrawl-ref-e45c69eaa1975f51bfec6da3a0c4e618c53bc3af.tar.gz
crawl-ref-e45c69eaa1975f51bfec6da3a0c4e618c53bc3af.zip
Remove Ce and Ha special diets
Both of these diets would need to be specially handled by the upcoming chunk eating removal/food simplification. Ce diet was far more effective at annoying players than balancing the species, but if necessary than Ce could easily take a nerf. A simple solution would be to change their Bows apt to +2 Ha diet was mostly a convenience for all it affected the game. (See: fdf79a466cf6 removing it from Gr) Hopefully all species will be more convenient than current Halflings by 0.15's release.
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 afc051594d..a856ace86f 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -98,6 +98,7 @@ enum tag_minor_version
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
+ TAG_MINOR_CE_HA_DIET, // Remove intrinsic diet muts from Ce & Ha
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1