void OnEnableSale() { if (it._Item._InventoryType == InventoryType.Drug) { inventoryPopup.OnClose(); } salePopup.Show(it); }