Lobotomizes the brain from /mob/living/carbon (#23320)

* find and replace. this causes zero errors.

* there was one error

* repathing

* minor emote repathing as well
This commit is contained in:
Luc
2023-11-29 18:39:43 +00:00
committed by GitHub
parent d286d20467
commit 5d5f83d791
27 changed files with 80 additions and 96 deletions
+2 -2
View File
@@ -814,7 +814,7 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list(
if(!istype(H))
if(isbrain(H))
var/mob/living/carbon/brain/B = H
var/mob/living/brain/B = H
if(istype(B.container, /obj/item/mmi/robotic_brain/positronic))
var/obj/item/mmi/robotic_brain/positronic/C = B.container
var/obj/item/organ/internal/brain/mmi_holder/posibrain/P = C.loc
@@ -840,7 +840,7 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list(
if(!istype(H))
if(isbrain(H))
var/mob/living/carbon/brain/B = H
var/mob/living/brain/B = H
if(istype(B.container, /obj/item/mmi/robotic_brain/positronic))
var/obj/item/mmi/robotic_brain/positronic/C = B.container
var/obj/item/organ/internal/brain/mmi_holder/posibrain/P = C.loc