Merge pull request #9549 from Ghommie/Ghommie-cit252

Fixes identity transfer not copying digi legs.
This commit is contained in:
kevinz000
2019-10-24 19:15:33 -07:00
committed by GitHub

View File

@@ -42,8 +42,8 @@
destination.dna.unique_enzymes = unique_enzymes
destination.dna.uni_identity = uni_identity
destination.dna.blood_type = blood_type
destination.set_species(species.type, icon_update=0)
destination.dna.features = features.Copy()
destination.set_species(species.type, icon_update=0)
destination.dna.real_name = real_name
destination.dna.nameless = nameless
destination.dna.custom_species = custom_species