summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
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.cc
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.cc')
-rw-r--r--crawl-ref/source/itemprop.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 8227b3a665..0f6377eee6 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -429,7 +429,6 @@ static const food_def Food_prop[NUM_FOODS] =
{ FOOD_HONEYCOMB, "honeycomb", 2000, 0, 0, 40, 2, FFL_NONE },
{ FOOD_PIZZA, "pizza", 1500, 0, 0, 40, 2, FFL_NONE },
{ FOOD_CHEESE, "cheese", 1200, 0, 0, 40, 2, FFL_NONE },
- { FOOD_AMBROSIA, "ambrosia", 2500, 0, 0, 40, 1, FFL_NONE },
};
// Must call this functions early on so that the above tables can