mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Merge branch 'master' of git://github.com/Baystation12/Baystation12 into dev
Conflicts: code/game/machinery/kitchen/gibber.dm code/modules/mob/living/carbon/human/inventory.dm code/modules/reagents/reagent_containers/hypospray.dm maps/tgstation2.dmm
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