From 5eeb73814d668ee54543b7d48cd8a7bed43a1745 Mon Sep 17 00:00:00 2001 From: Verkister Date: Sun, 8 Nov 2020 13:41:31 +0200 Subject: [PATCH] Update organ.dm --- code/modules/organs/organ.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/organs/organ.dm b/code/modules/organs/organ.dm index ef4f2abd05..c60420d359 100644 --- a/code/modules/organs/organ.dm +++ b/code/modules/organs/organ.dm @@ -93,8 +93,8 @@ var/list/organ_cache = list() var/mob/living/carbon/C = holder species = GLOB.all_species[SPECIES_HUMAN] if(holder.dna) - dna = holder.dna.Clone() - species = holder.species //VOREStation Edit - For custom species + dna = C.dna.Clone() + species = C.species //VOREStation Edit - For custom species else log_debug("[src] at [loc] spawned without a proper DNA.") var/mob/living/carbon/human/H = C