diff --git a/Source/stores.cpp b/Source/stores.cpp index 33ae5057b..2cd0855d6 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -203,10 +203,6 @@ void PrintStoreItem(ItemStruct *x, int l, text_color iclr) strcat(sstr, tempstr); } AddSText(40, l++, false, sstr, iclr, false); - if (x->_iMagical == ITEM_QUALITY_UNIQUE) { - if (x->_iIdentified) - AddSText(40, l, false, "Unique Item", iclr, false); - } } void StoreAutoPlace()