From 16e38305594f051bf53a2ef631ab4c4c76319e61 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 29 Mar 2015 00:17:21 -0400 Subject: [PATCH] Goodbye limb parent damage overhaul, I barely knew ya. --- code/modules/organs/organ_external.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/organs/organ_external.dm b/code/modules/organs/organ_external.dm index 5c3318636c9..50aa2205f20 100644 --- a/code/modules/organs/organ_external.dm +++ b/code/modules/organs/organ_external.dm @@ -139,9 +139,6 @@ if (burn || brute) if (status & ORGAN_ROBOT && body_part != UPPER_TORSO && body_part != LOWER_TORSO) droplimb(1) //Robot limbs just kinda fail at full damage. - -//Removing shuffling limb damage over to parent if limb is out of HP -/* else //List organs we can pass it to var/list/datum/organ/external/possible_points = list() @@ -155,7 +152,6 @@ //And pass the pain around var/datum/organ/external/target = pick(possible_points) target.take_damage(brute, burn, sharp, edge, used_weapon, forbidden_limbs + src) -*/ // sync the organ's damage with its wounds src.update_damages()