From e329950008efa532c1426e2df3c9b6b5ff2f888b Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 7 Aug 2020 21:35:19 +0100 Subject: [PATCH] dna is shit --- code/datums/dna.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/dna.dm b/code/datums/dna.dm index 8d80bc3f36..82162960e5 100644 --- a/code/datums/dna.dm +++ b/code/datums/dna.dm @@ -74,6 +74,7 @@ new_dna.skin_tone_override = skin_tone_override new_dna.features = features.Copy() new_dna.species = new species.type + new_dna.species.say_mod = species.say_mod new_dna.real_name = real_name new_dna.nameless = nameless new_dna.custom_species = custom_species