You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.