Fix for the bioprinter (#17657)

This commit is contained in:
Cameron Lennox
2025-05-05 11:39:44 +02:00
committed by GitHub
parent 98ef6e11f8
commit 42ca0a9aaa
+1 -1
View File
@@ -296,7 +296,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