Core/Players: updated inventory slots

This commit is contained in:
Ovahlord
2024-03-12 12:55:23 +01:00
parent 74530eb59b
commit 7dfdeb7fd7
4 changed files with 53 additions and 238 deletions

View File

@@ -192,8 +192,6 @@ public:
itemPos = "[equipped]";
else if (Player::IsInventoryPos(itemBag, itemSlot))
itemPos = "[in inventory]";
else if (Player::IsReagentBankPos(itemBag, itemSlot))
itemPos = "[in reagent bank]";
else if (Player::IsBankPos(itemBag, itemSlot))
itemPos = "[in bank]";
else