mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
[MIRROR] Fix for the bioprinter (#10833)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
801e3942e1
commit
baaece2a0c
@@ -323,7 +323,7 @@
|
|||||||
var/obj/item/reagent_containers/syringe/S = W
|
var/obj/item/reagent_containers/syringe/S = W
|
||||||
var/datum/reagent/blood/injected = locate() in S.reagents.reagent_list //Grab some blood
|
var/datum/reagent/blood/injected = locate() in S.reagents.reagent_list //Grab some blood
|
||||||
if(injected && injected.data)
|
if(injected && injected.data)
|
||||||
loaded_dna = injected.data
|
loaded_dna = injected.data.Copy()
|
||||||
S.reagents.remove_reagent(REAGENT_ID_BLOOD, injected.volume)
|
S.reagents.remove_reagent(REAGENT_ID_BLOOD, injected.volume)
|
||||||
to_chat(user, span_info("You scan the blood sample into the bioprinter."))
|
to_chat(user, span_info("You scan the blood sample into the bioprinter."))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user