mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Fixes #3209
This commit is contained in:
@@ -1574,6 +1574,9 @@
|
|||||||
return
|
return
|
||||||
if(href_list["dna_lock"])
|
if(href_list["dna_lock"])
|
||||||
if(usr != src.occupant) return
|
if(usr != src.occupant) return
|
||||||
|
if(istype(src, /obj/item/device/mmi/posibrain) || istype(src, /obj/item/device/mmi))
|
||||||
|
src.occupant_message("You are a brain. No.")
|
||||||
|
return
|
||||||
if(src.occupant)
|
if(src.occupant)
|
||||||
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.")
|
||||||
|
|||||||
Reference in New Issue
Block a user