From 76b8aca1c4db593496005ec46b83ec60c3699e61 Mon Sep 17 00:00:00 2001 From: qndel Date: Sat, 17 Apr 2021 18:39:39 +0200 Subject: [PATCH] remove unique item line from shops --- Source/stores.cpp | 4 ---- 1 file changed, 4 deletions(-) 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()