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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 1cb03c08df..08b505f846 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -1158,7 +1158,7 @@ std::string item_def::name_aux( description_level_type desc,
buff << "shiny ";
}
else
- buff << "tattooed ";
+ buff << "dyed ";
break;
case ISFLAG_RUNED: