From f02898046a5a1f52a4bf43e0450e8a167a3b3f2f Mon Sep 17 00:00:00 2001 From: reaverb Date: Sat, 9 Aug 2014 13:04:21 -0400 Subject: Fix mundane items sometimes being runed/glowing (|amethyst) --- crawl-ref/source/makeitem.cc | 1 + 1 file changed, 1 insertion(+) 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); } /** -- cgit v1.2.3-54-g00ecf