summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-enum.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-enum.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-enum.h')
-rw-r--r--crawl-ref/source/mon-enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-enum.h b/crawl-ref/source/mon-enum.h
index 3dcb4faf6e..c92f0cdde3 100644
--- a/crawl-ref/source/mon-enum.h
+++ b/crawl-ref/source/mon-enum.h
@@ -178,7 +178,9 @@ enum mon_itemeat_type
MONEAT_NOTHING,
MONEAT_ITEMS,
MONEAT_CORPSES,
+#if TAG_MAJOR_VERSION == 34
MONEAT_FOOD,
+#endif
NUM_MONEAT
};