Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


Commits
(6e4e313) ~Jason BurdsFixing Lines 1139 and 1760 with overseer.lua Added checks to make sure the equation had valid numbers.
- GoldenFrog is gonna take a look at this when he has a chance, in the meantime i've done a couple updates which should help.
Post if you get additional crashes and i'll take a look and make updates for those too
- Corrected crash when trying to access additional priority groups
- Added an error handling bit during conversion quests
- Per @kilroy 's report https://www.redguides.com/community/threads/overseer.83631/post-632946
- Honestly unable to see how this could happen, nor could I force it. But additional error checking (rarely) hurts
- Should catch SelectReward-Option Looping problem and continue gracefully
- Does not address the cause of the loop, just the looping itself.
- Any skipped rewards will get picked up in the next cycle
- Addressed Database Lock issue reported by @dpanaben
- Corrected crash when swapping characters
- Thank you, @Nightmare327