mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Derp forgot to save before i pushed
This commit is contained in:
@@ -1546,7 +1546,7 @@
|
||||
return
|
||||
if(href_list["dna_lock"])
|
||||
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.occupant_message("You feel a prick as the needle takes your DNA sample.")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user