Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Core: Add "CounterOption", use it for generic "StartInventory" and Witness "TrapWeights" #3756
base: main
Are you sure you want to change the base?
Core: Add "CounterOption", use it for generic "StartInventory" and Witness "TrapWeights" #3756
Changes from 13 commits
af277a3
b67fe48
271142c
28e99b7
2ad0f62
c9f1723
51e5226
34c9931
45474ad
6a4b274
f4b18cd
ba5ffe9
a3228ee
5c2e8bc
67448de
54ed306
1f8a474
8e2bc08
adbf883
7f7def4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Debatable but I think a default min of 1 probably has the most universal use cases
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.
I'm not sure about that? I'm aware of three options that use this or would want to use this, and two of them want min = 0.
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.
Since this is just for back compat and verify is called after the option itself is initialized, min should probably be 1 and just leave the culling.
Separate conversation ig but it seems weird to leave in the culling at all since it's not like the actual option was getting those keys with 0 Val already
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.
Ohh, hm, I definitely intended that for start_inventory,
{"Sword": 0}
is a valid input now.