Fixes cooking machines making a runtime whenever they process a reagent without a normal reaction (#20697)

This commit is contained in:
GDN
2023-03-26 05:46:43 -05:00
committed by GitHub
parent eb765de732
commit ccac40732b
@@ -464,7 +464,7 @@
matching_container = TRUE
else
if(my_atom.type == C.required_container)
if(my_atom && my_atom.type == C.required_container)
matching_container = TRUE
if(!C.required_other)