mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Fixes #3209
This commit is contained in:
@@ -1574,6 +1574,9 @@
|
||||
return
|
||||
if(href_list["dna_lock"])
|
||||
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)
|
||||
src.dna = src.occupant.dna.unique_enzymes
|
||||
src.occupant_message("You feel a prick as the needle takes your DNA sample.")
|
||||
|
||||
Reference in New Issue
Block a user