Ibrahim2750mi / Box-Adventurers

N.H.S aka No Half Steppers
MIT License
3 stars 1 forks source link

adding item.py #10

Closed redish2098 closed 3 years ago

DavinderJolly commented 3 years ago

One suggestion, you could add a function to delete the entire item automatically instead of item.delete_amount(item.actual_amount). Or just an argument to delete_amount, so like item.delete_amount(all=True) or smth.

I would say lets have the item just care about its rarity, name, description, etc and let Inventory handle the amount

aphkyle commented 3 years ago

LGTM