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)