Open JaredLauZilek opened 2 years ago
You may want to check that when you go from eg. Room 1 to Room 2, if you Sword is being taken on hand, the sword in Room 1 should move into Room 2 and Room 1 does not have any Sword left. Hope this helps!
I think it might be that you didnt remove the sword from the previous room. When you take sword and bring it to next room, the room you left from should not have a sword anymore
you might need to check your go() function to see if the implementation is correct, make sure the sword is removed from the old room if taken
i believe that you need to remove the sword from the first room first when you bring the sword to the next room
you should remove the sword once it is taken, this could be the reason the sword appears so many times!
Summary
Any idea why my sword is shimmering so many times, it is not my add method but smtg else but i cant figure it out Description of the question / problem here.
Description:
Clarifications or details with respect to the issue you are facing
Code Snippets
Attach code snippets (if any)
Screenshots
Screenshots (if any)