diff --git a/code/modules/mob/living/carbon/brain/brain_item.dm b/code/modules/mob/living/carbon/brain/brain_item.dm index c40006725fc..64964636d16 100644 --- a/code/modules/mob/living/carbon/brain/brain_item.dm +++ b/code/modules/mob/living/carbon/brain/brain_item.dm @@ -23,9 +23,10 @@ owner.ear_deaf = 0 /obj/item/organ/internal/brain/xeno - name = "thinkpan" - desc = "It looks kind of like an enormous wad of purple bubblegum." - icon_state = "brain-x-d" + name = "xenomorph brain" + desc = "We barely understand the brains of terrestial animals. Who knows what we may find in the brain of such an advanced species?" + icon_state = "brain-x" + origin_tech = "biotech=7" /obj/item/organ/internal/brain/New() ..() diff --git a/icons/obj/surgery.dmi b/icons/obj/surgery.dmi index 42379ff68b6..424cf671e88 100644 Binary files a/icons/obj/surgery.dmi and b/icons/obj/surgery.dmi differ