OlegWock / Roselia-achievements

RenPy achievements module
MIT License
76 stars 10 forks source link

When replaying the game the achivement value keeps increasing #7

Open raspberry-soft opened 2 years ago

raspberry-soft commented 2 years ago

If you quit a game that is not finished and then replay it, the achievement values keeps increasing even if the achievement has already been seen.

Example:

label start:
    $ update_achievement("ach", 10)

Quit the game.

Replay the game: Now the value is 20, if you play again is 30... etc...