Open Nordsoft91 opened 6 months ago
Honestly, I don't think the remember_source_inventory
property is very useful and I'm planning to remove it completely as it causing more issues than it solves. In most cases clearing the slot and adding the item to an inventory manually is much simpler to understand and causes no side-effects.
Actually, "slot" can derived "Inventory" as well, because it's inventory which can handle only one object. Then, no equip and clear are needed and everything could be done with regular transfer_item/add_item/... methods.
Yup, that's exactly what I'm planning to do for v3.0 🙂
Steps:
Expected:
Actual