Closed PaulQbFeng closed 1 year ago
All the attributes from the Inventory class would be added to the champion itself and some methods from inventory would be renamed like: champion.inventory.contains() becomes champion.has_item() etc
champion.inventory.contains()
champion.has_item()
Tried but looks ugly
https://github.com/PaulQbFeng/too-tanky/pull/87
All the attributes from the Inventory class would be added to the champion itself and some methods from inventory would be renamed like:
champion.inventory.contains()
becomeschampion.has_item()
etc