oh god oh fuck

This commit is contained in:
DeltaFire
2021-11-04 21:06:42 +01:00
parent 74c6e05dd7
commit 5d6978bb2f
14 changed files with 114 additions and 20 deletions
@@ -345,6 +345,8 @@
if(owner && reagent)
if(!owner.reagent_check(reagent, delta_time, times_fired) != TRUE)
return
if((HAS_TRAIT(owner, TRAIT_ROBOTIC_ORGANISM) && !(reagent.chemical_flags & REAGENT_ROBOTIC_PROCESS)) || (!HAS_TRAIT(owner, TRAIT_ROBOTIC_ORGANISM) && !(reagent.chemical_flags & REAGENT_ORGANIC_PROCESS)))
return reagent.on_invalid_process(owner, delta_time, times_fired)
if(liverless && !reagent.self_consuming) //need to be metabolized
return
if(!reagent.metabolizing)