Reagent/solution changes #19832
ElectroJr
announced in
Code announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#19323 changes how solutions/reagents work, with the goal of allowing reagents to carry additional data (e.g., dna for blood). The main change is that reagents are now uniquely identified by a ReagentId struct instead of the prototype ID string. Datafields that used to specify reagent prototype IDs should generally be replaced with this struct.
This PR also makes various changes to solutions & SolutionContainerSystem methods. Note that it is likely that the new reagent data functionality will change in the near future to address any issues that come up while blood/dna data actually gets implemented.
Beta Was this translation helpful? Give feedback.
All reactions