From 7cbbb8650108a31555b9c31ba26178330392b017 Mon Sep 17 00:00:00 2001 From: Shmuale Mark Date: Mon, 26 May 2014 22:46:22 -0400 Subject: Debuggify old food (#8599). --- crawl-ref/source/itemname.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/itemname.cc') 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; -- cgit v1.2.3-54-g00ecf