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 0a38c1858d..5a33428c4d 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -1364,7 +1364,7 @@ string item_def::name_aux(description_level_type desc, bool terse, bool ident,
if (know_pluses)
{
- if (is_unrandom_artefact(*this) && special == UNRAND_WOE)
+ if (is_unrandom_artefact(*this, UNRAND_WOE))
buff << "+∞ ";
else
buff << make_stringf("%+d ", it_plus);