-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Improvement: Discrite Held Time #3101
Conversation
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.
All the code is fine except that fixRemovedConfigElement is only called for config version 29 which means that this wont actually do the config fix that you are wanting it to for 99% of people.
You'd have to make a new function for a new config fix version. You may as well change the enum name now as well in this new function
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
What
Added Discrite support for time held in lore and stack size. Also refactored related code a bit, and made the stack size a single option for all Time Pocket items, just like the lore option is, since I do not see a reason why someone would want it for some but not all of them.
(I kept the enum nameBOTTLE_OF_JYRRE
because I didn't want to make a mess with a multi-level migration considering it also has a legacy ID.)Changelog Improvements