summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index d96c1ff338..6bef7a7dfd 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -511,7 +511,7 @@ void print_stats(void)
cprintf( "Rot " );
}
- if (you.magic_contamination > 5)
+ if (you.magic_contamination >= 5)
{
textcolor( bad_ench_colour( you.magic_contamination, 15, 25 ) );
cprintf( "Glow " );