summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 8c3561ffa3..1cb03c08df 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -1153,10 +1153,12 @@ std::string item_def::name_aux( description_level_type desc,
buff << "embroidered ";
}
else if (item_typ != ARM_LEATHER_ARMOUR
- && item_typ != ARM_ANIMAL_SKIN)
+ && item_typ != ARM_ANIMAL_SKIN)
{
buff << "shiny ";
}
+ else
+ buff << "tattooed ";
break;
case ISFLAG_RUNED: