This commit is contained in:
Chloe Carver-Brown
2021-01-29 20:01:08 +00:00
parent 40dc506e09
commit 7384c77dd8
+1 -1
View File
@@ -407,7 +407,7 @@
if(O)
O.on_life()
else
if(reagents.has_reagent("formaldehyde", 1)) // No organ decay if the body contains formaldehyde.
if(reagents.has_reagent(/datum/reagent/toxin/formaldehyde, 1)) // No organ decay if the body contains formaldehyde.
return
for(var/V in internal_organs)
var/obj/item/organ/O = V