summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.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/itemprop-enum.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/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index b384a8ec8c..ce9edd8cd8 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -624,7 +624,9 @@ enum food_type
FOOD_CHEESE,
FOOD_SAUSAGE,
FOOD_CHUNK,
+#if TAG_MAJOR_VERSION == 34
FOOD_AMBROSIA,
+#endif
NUM_FOODS
};