Mavodeli / spaceroguelite

6 stars 1 forks source link

SaveGame() doesn't accumulate the amount of an item in the inventory #68

Closed KarylReyne closed 1 year ago

KarylReyne commented 1 year ago

Bug Recreation: having one 'arrow of doom' in the data.game file, collect a second arrow, return to the spaceship and save the game using the computer. the amount of arrows in data.game will still be 1 and not 2 as it should.

KarylReyne commented 1 year ago

Update: SaveGame() seems to be generally broken. if i collect attract two in the space level and save at the spaceship, the game doesn't remember that i unlocked the ultimate...

KarylReyne commented 1 year ago

issue seems to be fixed now ;)