-
Notifications
You must be signed in to change notification settings - Fork 657
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
HK: lower max egg cost #3463
HK: lower max egg cost #3463
Conversation
…so if a random filler egg isn't generated 21 max egg costs can be unreachable could be updated when/if tuk check adds an egg to the pool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the easiest and quickest way to fix the logic error caused by sometimes expecting 21/20 Rancid Eggs.
Had a generation that ran into this error. Redid the generation with the same seed with this change, the accessibility error did not occur.
Any bets on whether we remember to revert this with the rewrite? |
What is this fixing or adding?
per extractedData pool_options, only 20 eggs are created by default, so if a random filler egg isn't generated 21 max egg costs can be unreachable
could be updated when/if tuk check adds an egg to the default pool
How was this tested?
wasn't
If this makes graphical changes, please attach screenshots.