mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Merge pull request #10136 from Nyksia/tiny-hotfix
Extra hot species fix or how not to forget things
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user