mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Update brain.dm (#17091)
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
qdel(dna)
|
||||
return ..()
|
||||
|
||||
/mob/living/carbon/brain/emp_act(severity) //Brains can't be EMP'd...
|
||||
return
|
||||
|
||||
/mob/living/carbon/brain/say_understands(var/other)//Goddamn is this hackish, but this say code is so odd
|
||||
if(istype(container, /obj/item/mmi))
|
||||
if(issilicon(other))
|
||||
|
||||
Reference in New Issue
Block a user