- Version: All
- Product: WRobot General
- Type: Bug
- Status: Fixed
The above function is broken for ANY inventory slot, currently. It never returns anything (tested on vanilla only).
Workaround like this is possible but not great:
EquippedItems.GetEquippedItems().All(i => i.GetItemInfo.ItemEquipLoc != "INVTYPE_2HWEAPON")
Recommended Comments
Create an account or sign in to comment