adonutwithsprinklez / CodenameEmpty

A text based adventure roguelite
GNU General Public License v3.0
6 stars 0 forks source link

Quests are not properly reset when game is reloaded #101

Closed adonutwithsprinklez closed 3 years ago

adonutwithsprinklez commented 3 years ago

Something is causing issues with the currently loaded quests. When the is reloaded, for example after the player quitting a run, the game object does not properly reset the status of all quests within the game. This leads to issues such as the quest log being filled with unstarted quests, but them being unable to be completed.

adonutwithsprinklez commented 3 years ago

This was an issue that had not yet been pushed to the nightly branch. It has been corrected.