mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
missing copy proc
This commit is contained in:
@@ -1108,7 +1108,7 @@ var/list/preferences_datums = list()
|
||||
|
||||
character.dna.blood_type = blood_type
|
||||
character.dna.features = features
|
||||
character.dna.features_buffer = features
|
||||
character.dna.features_buffer = features.Copy()
|
||||
character.dna.species.mutant_bodyparts_buffer = character.dna.species.mutant_bodyparts.Copy()
|
||||
character.dna.real_name = character.real_name
|
||||
var/datum/species/chosen_species
|
||||
|
||||
Reference in New Issue
Block a user