-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synthchain #28
Comments
it probably gets stuck when spirit gained is negative. (when the break causes you to lose spirit) |
did your edits fix the break? cuz i litteraly get soft lock and cant even interact with anything anymore. and this happens only when it breaks. |
Did you ever get around the negative spirit break? |
Checking to see if there is a way to fix the issue of being locked out of the Synthisis Focuser II once completing shield? |
made a few edits to my copy.
Still gets stuck on breaks occasionally for no apparent reason.
117: info.break = 1
159~164: commented out the crystals I don't want to use. (wind & earth are stupid easy to farm; water is next since it's a hop from the wind and can be farmed while gathering copious amounts of wind.
593: added a single retry to keep the chain going before resetting using info.break .
599: reset info.break on success.
604: elseif SynthSuccess == 2 then changed to else; there are t2 HQ's, no need to bother picking, if it's not a break or normal quality, then it's a HQ.
The text was updated successfully, but these errors were encountered: