diff --git a/crawl-ref/source/item-name.cc b/crawl-ref/source/item-name.cc index 60617da1e45..4d9f16b7c52 100644 --- a/crawl-ref/source/item-name.cc +++ b/crawl-ref/source/item-name.cc @@ -1943,6 +1943,10 @@ bool item_type_known(const item_def& item) case OBJ_GOLD: case OBJ_RUNES: case OBJ_GEMS: +#if TAG_MAJOR_VERSION == 34 + case OBJ_FOOD: + case OBJ_RODS: +#endif return true; default: break;