From 37cb7ee8d52a84a042a40161194056c438a00d15 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 3 Sep 2015 21:59:21 -0400 Subject: [PATCH] Brain Damage Fix --- code/modules/mob/living/carbon/brain/brain_item.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/brain/brain_item.dm b/code/modules/mob/living/carbon/brain/brain_item.dm index ab45528692c..3981a18f59d 100644 --- a/code/modules/mob/living/carbon/brain/brain_item.dm +++ b/code/modules/mob/living/carbon/brain/brain_item.dm @@ -1,6 +1,7 @@ /obj/item/organ/brain name = "brain" health = 400 //They need to live awhile longer than other organs. + max_damage = 200 icon_state = "brain2" force = 1.0 w_class = 2.0