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.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 234ec87019..7003483091 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -308,9 +308,11 @@ void print_stats(void)
gotoxy(11, 5, GOTO_STAT);
- if (you.duration[DUR_CONDENSATION_SHIELD]) //jmf: added 24mar2000
+ if (you.duration[DUR_CONDENSATION_SHIELD]
+ || you.duration[DUR_DIVINE_SHIELD])
+ {
textcolor( LIGHTBLUE ); // no end of effect warning
-
+ }
cprintf( "(%d) ", player_shield_class() );
textcolor( LIGHTGREY );