From 4a9c7b82ae1fdece280d1afeeaf9123f804a269a Mon Sep 17 00:00:00 2001 From: Chinsky Date: Tue, 6 Nov 2012 16:37:16 +0400 Subject: [PATCH] Commented out gibbing when torso takes too much damage. Because no one likes when you gib someone by poking knife in their chest enough times. --- code/datums/organs/organ_external.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/organs/organ_external.dm b/code/datums/organs/organ_external.dm index 7be419b705c..3303fda93a3 100644 --- a/code/datums/organs/organ_external.dm +++ b/code/datums/organs/organ_external.dm @@ -307,8 +307,8 @@ var/obj/item/weapon/organ/H switch(body_part) - if(UPPER_TORSO) - owner.gib() + // if(UPPER_TORSO) just no. + // owner.gib() if(LOWER_TORSO) owner << "\red You are now sterile." if(HEAD)