Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fixes some items produced by using plants not inheriting rea…
…gent purity [MDB IGNORE] (#24486) * Fixes some items produced by using plants not inheriting reagent purity (#79123) ## About The Pull Request In #78322 I removed the reagent purity initialize argument from grown items, thinking it was only used by butter. It was actually used in two other places which I missed, in which I have implemented the same functionality. Rather than passing the desired purity on creation we instead just set the purity of contents reagents after initialising the atom. This broadly replicates what the edible component was doing, as these items only get reagents from being edible. ## Changelog :cl: fix: Meatwheat Clumps, Bungo Pits, and Eggplant Eggs should once again inherit reagent purity from the grown item which produces them. /:cl: * Fixes some items produced by using plants not inheriting reagent purity --------- Co-authored-by: Jacquerel <[email protected]>
- Loading branch information