menu_colour_prefix_id being set. Used this to make it so that if both are set that identified ego items are colored light blue, not just runed/glowing/etc non-identified items.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5398 c06c8d41-db1a-0410-9941-cceddc491573
UBUOMGDTBC5WVGCZWLPC7JXZRPKNODQODFEPWB5ECSJT5J445JLQC
: if options.menu_colour_prefix_class and options.menu_colour_prefix_id then
menu = lightblue:(^identified armour .* pair of .* of )
menu = lightgrey:(^identified armour .* pair of )
menu = lightblue:(^identified (weapon|armour) .* of )
# Possible egos
menu = lightblue:^unidentified .*weapon.*(runed|glowing)
menu = lightblue:^unidentified .*armour.*(runed|glowing|embroidered|shiny|dyed)
: elseif options.menu_colour_prefix_class then
#Possible egos