summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/randart.cc')
-rw-r--r--crawl-ref/source/randart.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc
index d7bdc79b34..fc5007140b 100644
--- a/crawl-ref/source/randart.cc
+++ b/crawl-ref/source/randart.cc
@@ -1476,12 +1476,7 @@ std::string artefact_name(const item_def &item, bool appearance)
if (appearance)
{
std::string appear = getRandNameString(lookup, " appearance");
- if (appear.empty() // nothing found for lookup
- // Don't allow "jewelled jewelled helmet".
- || item.base_type == OBJ_ARMOUR
- && item.sub_type == ARM_HELMET
- && appear == "jewelled"
- && get_helmet_desc(item) == THELM_DESC_JEWELLED)
+ if (appear.empty())
{
appear = getRandNameString("general appearance");
if (appear.empty()) // still nothing found?