summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/output.cc11
1 files changed, 2 insertions, 9 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index ffb09dde4b..76bd97ee61 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -449,15 +449,8 @@ static void _print_stats_ac(int x, int y)
{
textcolor( LIGHTBLUE ); // no end of effect warning
}
- if (you.equip[EQ_SHIELD] == -1)
- {
- textcolor( DARKGREY );
- cprintf( " - " );
- }
- else
- {
- cprintf( "%2d ", player_shield_class() );
- }
+
+ cprintf( "%2d ", player_shield_class() );
textcolor( LIGHTGREY );
}