allows separating items from numerical stacking in storage via labels/colors/etc#604
Open
Absolucy wants to merge 2 commits intoPentestSS13:masterfrom
Open
allows separating items from numerical stacking in storage via labels/colors/etc#604Absolucy wants to merge 2 commits intoPentestSS13:masterfrom
Absolucy wants to merge 2 commits intoPentestSS13:masterfrom
Conversation
Absolucy
commented
Feb 27, 2026
| * COMPARISON: A define that takes an item to compare as input, and returns their comparable value | ||
| * COMPTYPE: How should the list be compared? Either COMPARE_KEY or COMPARE_VALUE. | ||
| */ | ||
| #define BINARY_INSERT_DEFINE(INPUT, LIST, TYPECONT, COMPARE, COMPARISON, COMPTYPE) \ |
Contributor
Author
There was a problem hiding this comment.
note: this is non-modular bc it's just a straight port from tg, so it's prolly fine in the long run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
About The Pull Request
this makes it so numerical stacking is no longer solely dependent on item type
instead, it also takes things like labels (as in, hand labeler labels), spray painted colors, and beaker reagents into account.
Why It's Good For The Game
it'd be nice to keep a bunch of different bs beakers with different chems in my chemistry bag without them all just stacking into one slot despite all having different contents
Changelog
🆑
add: You can now separate items of the same type from being grouped together in bags (i.e chemistry bags) by labeling or coloring them. Beakers will also be grouped based on what reagents they contain.
/:cl: