elthran / RPG-Game

0 stars 1 forks source link

Find items in the cave #252

Open elthran opened 6 years ago

elthran commented 6 years ago

You should have a chance to find random treasures within the cave. Maybe some are booby trapped and others are guarded by monsters. The further into the cave you are, the better the treasures should get.

elthran commented 6 years ago

Ok, @klondikemarlen I can do this issue mainly myself, but I'm stuck on a small bug. coding_pic In this picture, everything would work except the add to inventory function. I'm guessing app.py needs to import that function? But then when I try that, it seems to need to import other things as well. I just need your help figuring out why I can't add that item to the hero's inventory.

klondikemarlen commented 6 years ago

See commit 506d594. Also see the bug that comes with it.