Merge pull request #15477 from DeltaFire15/hunt-for-that-one-beaker

Certain reagents are once again invalid for blood dna relaying and therefore podcloning / decal detscanning.
This commit is contained in:
Lin
2022-01-28 00:06:22 +00:00
committed by GitHub
+2 -2
View File
@@ -168,9 +168,9 @@
R.clear_reagents()
R.maximum_volume = fluid_max_volume
if(fluid_id)
R.add_reagent(fluid_id,amount, owner.get_blood_data())
R.add_reagent(fluid_id,amount)
else if(linked_organ?.fluid_id)
R.add_reagent(linked_organ.fluid_id,amount, owner.get_blood_data())
R.add_reagent(linked_organ.fluid_id,amount)
return TRUE
/obj/item/organ/genital/proc/update_link()