From 3e6ea1f9f41224636d07e2ff37e0d699cd9e8cb9 Mon Sep 17 00:00:00 2001 From: KasparoVy Date: Wed, 21 Dec 2016 23:50:12 -0500 Subject: [PATCH] Removes some unnecessary redundance Forgot to cut this out earlier. Tested without this bit of code in the exact same way as the PR specifications and no functionality was lost. --- code/modules/mob/living/carbon/human/human.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 98d82ac2da9..4866e3f9b07 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -49,9 +49,6 @@ dna.real_name = real_name sync_organ_dna(1) - if(species) - species.handle_dna(src) - UpdateAppearance() /mob/living/carbon/human/OpenCraftingMenu()