summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 19ae34600b..fef17a51f0 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -2643,6 +2643,7 @@ void squash_plusses(int item_slot)
item.plus = 0;
item.plus2 = 0;
item.special = 0;
+ set_equip_desc(item, ISFLAG_NO_DESC);
}
/**