summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 83869abced..203f12826f 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -254,7 +254,7 @@ static std::vector<std::string> randart_propnames( const item_def& item )
switch ( propdescs[i].spell_out )
{
case 0:
- work << val << ' ' << propdescs[i].name;
+ work << std::showpos << val << propdescs[i].name;
break;
case 1:
{