summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-21 18:31:59 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-21 20:57:58 -0400
commit3aea5c34a3128f84cacb6893a9c940565e3aac03 (patch)
tree937c798e577983b5ba2b7bedac90fa46444de518 /crawl-ref/source/tag-version.h
parent8e2e937ec566970cbdab560c9245b8366ba24709 (diff)
downloadcrawl-ref-3aea5c34a3128f84cacb6893a9c940565e3aac03.tar.gz
crawl-ref-3aea5c34a3128f84cacb6893a9c940565e3aac03.zip
Remove Ambrosia
Not removing DUR_AMBROSIA yet because ideas on ##crawl-dev such as giving the effect to !magic have been proposed. Once again, somebody might want to review my vault edits. I mostly replaced ambrosia with honeycombs.
Diffstat (limited to 'crawl-ref/source/tag-version.h')
-rw-r--r--crawl-ref/source/tag-version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tag-version.h b/crawl-ref/source/tag-version.h
index 6cddb9bf52..289165d5cb 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -99,7 +99,7 @@ enum tag_minor_version
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
- TAG_MINOR_NO_POT_FOOD, // Remove Royal Jellies
+ TAG_MINOR_NO_POT_FOOD, // Remove Royal Jellies & Ambrosia
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1