andye456 / RandomRooms

0 stars 0 forks source link

Add the ability to pick up items left in rooms (also items left after a defeat) #2

Closed andye456 closed 4 years ago

andye456 commented 4 years ago

Items are scattered randomly in rooms that do not contain other characters (it is assumed that any items that are in a room are picked up by that character). The player can pick up the items and add them to their inventory up to a limit in weight. After a fight the player can pick up the items that the opponent was carrying, subject to their own weight limits.

andye456 commented 4 years ago

Implemented, weight limits not implemented yet.