mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Fixes cooking machines making a runtime whenever they process a reagent without a normal reaction (#20697)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user