ZDDduesseldorf / zdd_adventure2023

Old-school text adventure playing in the ZDD building.
MIT License
7 stars 9 forks source link

Added a river containing a rat, which you can pick up. #20

Closed sekkurocode closed 1 year ago

sekkurocode commented 1 year ago

Added four lines of code. One defines the Item river_rat as a movable Item. Second and third define river as a Room, containing the rat item. The fourth adds the river Room to the mystery_floor Floor.

sekkurocode commented 1 year ago

Extra comma has been removed from line 25. Thanks for the feedback!

tis22 commented 1 year ago

@l4nz8 pull request ready to be merged