From 420044b3c16c778b37fde736c26a7e4863b69a48 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 15 Jul 2008 20:15:55 +0000 Subject: Fix bad potions not counting as useless and thus being auto-picked up. Fix bad message when using 'W' with no armour and crash when attempting to enchant armour with no enchantable armour in inventory. Tweak '{' to only prompt if at least one of autoinscription or clearing an existing inscription apply. (FR 2017541) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6567 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/settings/menu_colours.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/settings/menu_colours.txt') diff --git a/crawl-ref/settings/menu_colours.txt b/crawl-ref/settings/menu_colours.txt index f6a2e00982..321c023392 100644 --- a/crawl-ref/settings/menu_colours.txt +++ b/crawl-ref/settings/menu_colours.txt @@ -3,7 +3,10 @@ menu := menu_colour ae := autopickup_exceptions -# Useless items, overrides all other colours +# Bad items +menu = lightred:.*bad_item.* + +# Useless items, comes here to override artefacts etc. menu = darkgrey:.*useless_item.* : if you.race() == "Spriggan" then @@ -47,9 +50,6 @@ menu = yellow:.*emergency_item.* menu = cyan:.*good_item.* menu = cyan:.*misc.*[lL]antern -# Bad items -menu = lightred:.*bad_item.* - # Dangerous (but still useful) items menu = magenta:.*dangerous_item.* -- cgit v1.2.3-54-g00ecf