diff --git a/Source/inv.h b/Source/inv.h index 4a460ad5e..f475e3cc2 100644 --- a/Source/inv.h +++ b/Source/inv.h @@ -395,9 +395,6 @@ inline bool RemoveInventoryOrBeltItemById(Player &player, _item_indexes id) */ inline void SetSpectralUsable(Player &player) { - if (player.InvList->isEmpty()) - return; - for (Item &item : player.InvList) { if (item.IDidx == IDI_SPECELIX) { item._iCreateInfo |= CF_ONLYGOOD; // Set the unused flag to mark as permanently usable