From 8929d6cdc7458d79d4ac46751ac0a4851febcf5e Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 5 May 2009 15:32:14 +0000 Subject: * Replace the range_view_annotator loop with an simple check for the current range, which if set to a value > 0 will cause viewwindow to colour all grids not in los or not in range to be coloured grey. Has the side effect to also work for Tiles. :) * Change THELM_DESC_JEWELLED to golden, do as to avoid overlap with the randart description. * Make porridge sometimes brown and blood potions sometimes viscous/sedimented. (Yes, these don't really fit but I don't like the fixed descriptions.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9735 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemname.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/itemname.cc') diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc index c54cbbc748..4165023a5e 100644 --- a/crawl-ref/source/itemname.cc +++ b/crawl-ref/source/itemname.cc @@ -1257,7 +1257,7 @@ std::string item_def::name_aux(description_level_type desc, (dhelm == THELM_DESC_PLUMED) ? "plumed " : (dhelm == THELM_DESC_SPIKED) ? "spiked " : (dhelm == THELM_DESC_VISORED) ? "visored " : - (dhelm == THELM_DESC_JEWELLED) ? "jewelled " + (dhelm == THELM_DESC_GOLDEN) ? "golden " : "buggy "); } -- cgit v1.2.3-54-g00ecf