-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Allow EOCs to check and modify battery charge in items #74748
Conversation
You can.. stack multiple search_data objects of the same type? Holy mother of god i didn't even knew about it. Can you please document it somewhere with this examples? |
It's an array, but the description used the singular I added some clarification to the documentation. |
Summary
Infrastructure "Allow EOCs to check and modify battery charge in items"
Purpose of change
Fixes #74657
Describe the solution
Override the
power_cur
,power_max
, andset_power_cur
functions fortalker_item
, to make those functions work intuitively with items.Describe alternatives you've considered
Make completely new functions.
Testing
Additional context
None.