summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index d94f4e70eb..0ab9470e79 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -1589,7 +1589,9 @@ string item_def::name_aux(description_level_type desc, bool terse, bool ident,
else
buff << "chunk of flesh";
break;
- default: buff << "buggy food"; break;
+#if TAG_MAJOR_VERSION == 34
+ default: buff << "removed food"; break;
+#endif
}
break;