mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Typecheck fix.
This commit is contained in:
@@ -1574,7 +1574,7 @@
|
||||
return
|
||||
if(href_list["dna_lock"])
|
||||
if(usr != src.occupant) return
|
||||
if(istype(src, /obj/item/device/mmi))
|
||||
if(istype(occupant, /mob/living/carbon/brain))
|
||||
occupant_message("You are a brain. No.")
|
||||
return
|
||||
if(src.occupant)
|
||||
|
||||
Reference in New Issue
Block a user