_wasEquipped was originally created because pets could find items above the player item score. This was added to prevent players from equipping generated items while allowing player found items to be equipped. (Such as enchanted/blessed items and items from guardians and treasure .)
185 capped guardian items to player score.
205 changed Treasure chests to check player score.
Shops check player score before adding the item to the choice log
Protector pets allow previously equipped items to be equipped even after ascension.
715 has capped Pet item score to player item score.
751 now adds _wasEquipped to all items added to the choice log, even if they're sent directly to the pet.
Items in pet inventory can always be equipped by the player, removing the need for _wasEquipped.
_wasEquipped was originally created because pets could find items above the player item score. This was added to prevent players from equipping generated items while allowing player found items to be equipped. (Such as enchanted/blessed items and items from guardians and treasure .)
185 capped guardian items to player score.
205 changed Treasure chests to check player score.
Shops check player score before adding the item to the choice log Protector pets allow previously equipped items to be equipped even after ascension.
715 has capped Pet item score to player item score.
751 now adds _wasEquipped to all items added to the choice log, even if they're sent directly to the pet.
Items in pet inventory can always be equipped by the player, removing the need for _wasEquipped.