-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Makes chemical reactions that need a certain container, but …
…accept subtypes of that container, actually work again (#433) * Makes chemical reactions that need a certain container, but accept subtypes of that container, actually work again (#80882) ## About The Pull Request During I think a semi-recent chem refactor, the variable that lets reactions accept subtypes of their required container was made non-functional. This is due to a little logic error in the check for reagent containers, as it checked for the exact path of container regardless of what the variable said. ## Why It's Good For The Game If a variable says it should do something, it should actually do that thing instead of just nothing ## Changelog :cl: fix: The "required_container_accepts_subtypes" variable on chemical reactions now actually works again /:cl: * Makes chemical reactions that need a certain container, but accept subtypes of that container, actually work again * merge skew --------- Co-authored-by: Paxilmaniac <[email protected]> Co-authored-by: NovaBot <[email protected]> Co-authored-by: Giz <[email protected]>
- Loading branch information
1 parent
a860ef5
commit 6f01ac7
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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