Bladesodoom1895 / textrpg

My attempt at a text rpg game.
MIT License
2 stars 1 forks source link

win_condition function contains undefined variable solved #16

Closed Midnex closed 1 year ago

Midnex commented 1 year ago

in side the win_condition function, the for loop zone = getattr(zonemap.zones[zone], solved) solved is not defined and does nothing. will throw an error out when win_condition is called.

Bladesodoom1895 commented 1 year ago

Can you recheck this? might be older than the code has now.