Major bug discovered:
- Game will not be able to save if you have more than 40 pages!
- This is due to the game storing all game stats (player stats, traits, game text, …) every new page for rollback and the total size of the save file will grow too quickly, exceeding the 5mb max save limit of localStorage
- Next patch I will move all saves to indexDB