From f8769ff542a559846fdb412be7dba027be5d5f8b Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Sat, 5 Mar 2016 02:59:53 -0800 Subject: [PATCH] Abandoned by time, I finally synchronize with the present. --- code/modules/mob/living/carbon/human/species/station.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index 7add227c491..0b44e0c94b0 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -510,6 +510,8 @@ if(!istype(potential_parent) || potential_parent.is_stump()) src << "You've lost the organ that you've been growing your new part on!" return // No rayman for you + // Grah this line will leave a "not used" warning, in spite of the fact that the new() proc WILL do the thing. + // Bothersome. var/obj/item/organ/external/new_limb = new limb_path(src) adjustBruteLoss(stored_brute) adjustFireLoss(stored_burn)