[MIRROR] Fix for the bioprinter (#10833)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-05-05 05:43:52 -07:00
committed by GitHub
parent 801e3942e1
commit baaece2a0c

View File

@@ -323,7 +323,7 @@
var/obj/item/reagent_containers/syringe/S = W
var/datum/reagent/blood/injected = locate() in S.reagents.reagent_list //Grab some blood
if(injected && injected.data)
loaded_dna = injected.data
loaded_dna = injected.data.Copy()
S.reagents.remove_reagent(REAGENT_ID_BLOOD, injected.volume)
to_chat(user, span_info("You scan the blood sample into the bioprinter."))
return