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.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 1ce982851a..eab28314be 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -556,6 +556,12 @@ void print_stats(void)
cprintf( "Rot " );
}
+ if (you.attribute[ATTR_CAUGHT])
+ {
+ textcolor( RED );
+ cprintf( "Held " );
+ }
+
if (you.backlit())
{
textcolor(
@@ -1473,7 +1479,7 @@ std::string status_mut_abilities()
}
if (you.attribute[ATTR_CAUGHT])
- text += "trapped, ";
+ text += "held, ";
const int mr = player_res_magic();
snprintf(info, INFO_SIZE, "%s resistant to magic, ",