summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-07 16:04:06 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-07 16:04:06 +0000
commit247c86d819723d311cdf53eed4bbbe63b272eadc (patch)
tree85061117c1313e38b93c9546f49d83af5686fa66 /crawl-ref/source/itemname.cc
parente5619f6af0ad4e49cff6425f19ccfefb24a1d3b8 (diff)
downloadcrawl-ref-247c86d819723d311cdf53eed4bbbe63b272eadc.tar.gz
crawl-ref-247c86d819723d311cdf53eed4bbbe63b272eadc.zip
Replace "plastic" as colour attribute for wands and amulets by
"fluorescent". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7766 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index fdddccfe4e..e63611b2cc 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -445,7 +445,7 @@ static const char* wand_primary_string(int p)
case 8: return "ivory";
case 9: return "glass";
case 10: return "lead";
- case 11: return "plastic";
+ case 11: return "fluorescent";
default: return "buggy";
}
}
@@ -640,7 +640,7 @@ static const char* amulet_primary_string(int p)
case 10: return "bone";
case 11: return "platinum";
case 12: return "jade";
- case 13: return "plastic";
+ case 13: return "fluorescent";
default: return "buggy";
}
}