From 12356eeca7e9640fcf70365e69152220c388aa5f Mon Sep 17 00:00:00 2001 From: Nyks Date: Mon, 12 Apr 2021 04:44:16 +0300 Subject: [PATCH] Extra hot species fix or how not to forget things --- .../modules/mob/living/carbon/human/species/station/blank_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/blank_vr.dm b/code/modules/mob/living/carbon/human/species/station/blank_vr.dm index e80bc081d4d..cd148944df9 100644 --- a/code/modules/mob/living/carbon/human/species/station/blank_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/blank_vr.dm @@ -47,7 +47,7 @@ return real.race_key /datum/species/custom/produceCopy(var/list/traits,var/mob/living/carbon/human/H,var/custom_base) - . = ..() + . = ..(traits, H) if(selects_bodytype && custom_base) var/datum/species/S = GLOB.all_species[custom_base] S.copy_variables(., copy_vars)