From 5b0c5c9e95b45c73ae8d5e76fba631f15f0543b1 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:06:21 -0400 Subject: [PATCH] ignore branch name should be something snarky like THERE IS NO ESCAPE (#22257) --- code/modules/surgery/organs/mmi_holder.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/surgery/organs/mmi_holder.dm b/code/modules/surgery/organs/mmi_holder.dm index b0421cd90f2..972df684504 100644 --- a/code/modules/surgery/organs/mmi_holder.dm +++ b/code/modules/surgery/organs/mmi_holder.dm @@ -16,6 +16,9 @@ // To supersede the over-writing of the MMI's name from `insert` update_from_mmi() target.thought_bubble_image = "thought_bubble_machine" + if(ishuman(target) && istype(stored_mmi?.held_brain, /obj/item/organ/internal/brain/cluwne)) + var/mob/living/carbon/human/H = target + H.makeCluwne() //No matter where you go, no matter what you do, you cannot escape /obj/item/organ/internal/brain/mmi_holder/remove(mob/living/user, special = 0) if(!special)