Update organ.dm

This commit is contained in:
Verkister
2020-11-08 13:41:31 +02:00
committed by GitHub
parent 0fbd3b4bcb
commit 5eeb73814d
+2 -2
View File
@@ -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