summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-21 18:38:27 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-21 18:38:27 -0600
commite64350b0f7fc7837bb13abd5cba7f140a21e60de (patch)
treec0a380682f26794ee55085f9e7c9bf4628f40293 /crawl-ref/source/makeitem.cc
parent4d171843747825f44981fbd9b719455254c4033b (diff)
downloadcrawl-ref-e64350b0f7fc7837bb13abd5cba7f140a21e60de.tar.gz
crawl-ref-e64350b0f7fc7837bb13abd5cba7f140a21e60de.zip
Remove the ETC_UGLY and ETC_VERY_UGLY colors, as they're now unused.
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 1e94f3af0a..3af0cf03a5 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -755,7 +755,7 @@ void item_colour(item_def &item)
{ETC_EARTH, ETC_ELECTRICITY, ETC_ENCHANT, ETC_HEAL,
ETC_BLOOD, ETC_DEATH, ETC_UNHOLY, ETC_VEHUMET, ETC_BEOGH,
ETC_CRYSTAL, ETC_SMOKE, ETC_DWARVEN, ETC_ORCISH, ETC_GILA,
- ETC_KRAKEN, ETC_UGLY, ETC_VERY_UGLY};
+ ETC_KRAKEN};
item.colour = RANDOM_ELEMENT(types);
break;