Assemberist / cppRpg

0 stars 0 forks source link

Improve item operating. #40

Open Assemberist opened 5 months ago

Assemberist commented 5 months ago

Un/equip opertions returns bool. This enough to check result of operations but it makes calculation of position real items dificult. It can be reworked: Un/equip can return iterator instead bool to show irght position of element.

Assemberist commented 5 months ago

Created as part of #17