summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-01 16:33:16 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-01 16:33:16 +0000
commitae715f40ef49bd3e81a59847cb642bf7b328d3de (patch)
treec56906f451c33b7d2bb422752b52fa1a0ed93dd4 /crawl-ref/source/itemname.cc
parentd330ba31b0935cd5170df246f176beaf6504f3ce (diff)
downloadcrawl-ref-ae715f40ef49bd3e81a59847cb642bf7b328d3de.tar.gz
crawl-ref-ae715f40ef49bd3e81a59847cb642bf7b328d3de.zip
s/tattooed/dyed/
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2958 c06c8d41-db1a-0410-9941-cceddc491573
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: