Patch 1.0.5
1.0.5:
- added hard cast to int when comes to money value changes in hope to remove edge case when it changes to "null"; the exact cause of it is unknown
- added a post-load fix, when money is "null", it will be changed to starting value: 621
- the player's save also had incomplete data in one skill, also added a post-load fix if someone else has it
It's hard to determine if something in code did it or just player's save file got corrupted, maybe the latter. I can't find a reason why the data could have changed to "null". Added post-load fix just in case.
- fixed crash when visiting Renna's forge with battle items in deck
- added hard cast to int when comes to money value changes in hope to remove edge case when it changes to "null"; the exact cause of it is unknown
- added a post-load fix, when money is "null", it will be changed to starting value: 621
- the player's save also had incomplete data in one skill, also added a post-load fix if someone else has it
It's hard to determine if something in code did it or just player's save file got corrupted, maybe the latter. I can't find a reason why the data could have changed to "null". Added post-load fix just in case.
- fixed crash when visiting Renna's forge with battle items in deck