Browse Source

remove unique item line from shops

pull/1585/head
qndel 5 years ago committed by Anders Jenbo
parent
commit
76b8aca1c4
  1. 4
      Source/stores.cpp

4
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()

Loading…
Cancel
Save