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 415e970fc0..a6fba6c84a 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -730,7 +730,7 @@ void get_full_detail(char* buffer, bool calc_unid)
if ( you.equip[ e_order[i] ] != -1)
{
in_name( you.equip[ e_order[i] ], DESC_PLAIN,
- str_pass, Options.terse_hand );
+ str_pass, true );
snprintf(CUR_AD, "%-7s: %s", slot, str_pass);
}
else