From df267dbd19fdd7d9bc90685fecc92e9f5848553f Mon Sep 17 00:00:00 2001 From: Shmuale Mark Date: Wed, 21 May 2014 22:16:55 -0400 Subject: Rename honeycombs royal jellies (PleasingFungus). The name works just as well with bee themes, but also fits with the occasional jelly theme that vaults have. I also feel that it's a bit more iconic. Thankfully the bikeshed doesn't even have to change colour -- they were always both yellow. --- crawl-ref/source/itemname.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/itemname.cc') diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc index 0779a025c8..7c1174ed74 100644 --- a/crawl-ref/source/itemname.cc +++ b/crawl-ref/source/itemname.cc @@ -1574,7 +1574,7 @@ string item_def::name_aux(description_level_type desc, bool terse, bool ident, case FOOD_PEAR: buff << "pear"; break; case FOOD_APPLE: buff << "apple"; break; case FOOD_CHOKO: buff << "choko"; break; - case FOOD_HONEYCOMB: buff << "honeycomb"; break; + case FOOD_ROYAL_JELLY: buff << "royal jelly"; break; case FOOD_SNOZZCUMBER: buff << "snozzcumber"; break; case FOOD_PIZZA: buff << "slice of pizza"; break; case FOOD_APRICOT: buff << "apricot"; break; @@ -2433,7 +2433,7 @@ void check_item_knowledge(bool unknown_items) }; static const int misc_ST_list[] = { - FOOD_CHUNK, FOOD_MEAT_RATION, FOOD_PEAR, FOOD_HONEYCOMB, + FOOD_CHUNK, FOOD_MEAT_RATION, FOOD_PEAR, FOOD_ROYAL_JELLY, BOOK_MANUAL, NUM_RODS, 1, MISC_RUNE_OF_ZOT, NUM_MISCELLANY }; -- cgit v1.2.3-54-g00ecf