summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/view.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 3e41341b20..1ff414295a 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -445,7 +445,8 @@ static void _get_symbol( const coord_def& where,
*ch = magic_mapped? fdef.magic_symbol
: fdef.symbol;
- if (colour)
+ // Don't recolor items
+ if (colour && object < NUM_REAL_FEATURES)
{
const int colmask = *colour & COLFLAG_MASK;