This repository was archived by the owner on Jun 11, 2024. It is now read-only.
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
use printing out string representation after running use script #10
As the code currently stands with the inventory system, whenever someone "uses" an item, the item is running its "use" script and then printing the
__str__representation of itself; intuitively, it ought to only run the "use" script and not run print the__str__representation of itself.