diff --git a/code/modules/mob/living/brain/brain_item.dm b/code/modules/mob/living/brain/brain_item.dm index 3f67171e80..cb1cdac517 100644 --- a/code/modules/mob/living/brain/brain_item.dm +++ b/code/modules/mob/living/brain/brain_item.dm @@ -180,9 +180,7 @@ name = "alien 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" -<<<<<<< HEAD origin_tech = "biotech=6" -======= ////////////////////////////////////TRAUMAS//////////////////////////////////////// @@ -226,4 +224,3 @@ var/datum/brain_trauma/trauma = X if(cure_permanent || !trauma.permanent) qdel(trauma) ->>>>>>> 550d711... Brain Traumas (#31727)