summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-23 18:38:31 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-03-23 19:25:08 +0000
commit06a901b0f7a8b39d62b0d3d304bdca0e51b20919 (patch)
treeea6b21716079b60bdde0e44c39123a39dbd12aa4 /crawl-ref/source/mon-util.h
parenta29d269e142c9d5d3d8197d23569a84cc189ce85 (diff)
downloadcrawl-ref-06a901b0f7a8b39d62b0d3d304bdca0e51b20919.tar.gz
crawl-ref-06a901b0f7a8b39d62b0d3d304bdca0e51b20919.zip
Remove MONEAT_FOOD from harpies and Gastronok
They were the only two monsters using it (allowing them to occasionally eat food or corpses from the floor), and it was very unlikely to ever have a significant effect.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 135f886cca..21ee33d055 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -365,7 +365,6 @@ bool mons_class_is_plant(monster_type mc);
bool mons_is_plant(const monster* mon);
bool mons_eats_items(const monster* mon);
bool mons_eats_corpses(const monster* mon);
-bool mons_eats_food(const monster* mon);
monster_type mons_genus(monster_type mc);
monster_type mons_species(monster_type mc);
monster_type draco_or_demonspawn_subspecies(const monster* mon);