mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Derp forgot to save before i pushed
This commit is contained in:
@@ -1546,7 +1546,7 @@
|
|||||||
return
|
return
|
||||||
if(href_list["dna_lock"])
|
if(href_list["dna_lock"])
|
||||||
if(usr != src.occupant) return
|
if(usr != src.occupant) return
|
||||||
if(src.occupant && (!istype(src, /obj/item/device/mmi/posibrain) || !istype(src, /obj/item/device/mmi)))
|
if(src.occupant && (!istype(src.occupant, /obj/item/device/mmi/posibrain) || !istype(src.occupant, /obj/item/device/mmi)))
|
||||||
src.dna = src.occupant.dna.unique_enzymes
|
src.dna = src.occupant.dna.unique_enzymes
|
||||||
src.occupant_message("You feel a prick as the needle takes your DNA sample.")
|
src.occupant_message("You feel a prick as the needle takes your DNA sample.")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user