From 6e63985a51433843c33c7cffecfb1e60ac88047c Mon Sep 17 00:00:00 2001 From: mwerezak Date: Wed, 27 May 2015 02:31:00 -0400 Subject: [PATCH] Adjusts IPC head health --- code/modules/organs/subtypes/machine.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/organs/subtypes/machine.dm b/code/modules/organs/subtypes/machine.dm index fe13c9bdfa..6e521d2603 100644 --- a/code/modules/organs/subtypes/machine.dm +++ b/code/modules/organs/subtypes/machine.dm @@ -3,7 +3,10 @@ dislocated = -1 can_intake_reagents = 0 vital = 0 + health = 50 //made same as arm, since it is not vital + min_broken_damage = 30 encased = null + /obj/item/organ/external/head/ipc/New() robotize("Morpheus Cyberkinetics") ..()