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 1/3] 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 From f32230a1f20de0ed6262618d43fb4778ac662626 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 7 Aug 2020 21:38:21 +0100 Subject: [PATCH 2/3] we have two procs that do a similar thing wow --- code/datums/dna.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/dna.dm b/code/datums/dna.dm index 82162960e5..9e01fb78e7 100644 --- a/code/datums/dna.dm +++ b/code/datums/dna.dm @@ -50,6 +50,7 @@ destination.dna.skin_tone_override = skin_tone_override destination.dna.features = features.Copy() destination.set_species(species.type, icon_update=0) + destination.species.say_mod = species.say_mod destination.dna.real_name = real_name destination.dna.nameless = nameless destination.dna.custom_species = custom_species From 9ac3214200c8a95e5d36dcfd2e9d1619458b5b52 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 7 Aug 2020 21:41:32 +0100 Subject: [PATCH 3/3] so i cant even spell huh --- code/datums/dna.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/dna.dm b/code/datums/dna.dm index 9e01fb78e7..de5c1ece91 100644 --- a/code/datums/dna.dm +++ b/code/datums/dna.dm @@ -50,7 +50,7 @@ destination.dna.skin_tone_override = skin_tone_override destination.dna.features = features.Copy() destination.set_species(species.type, icon_update=0) - destination.species.say_mod = species.say_mod + destination.dna.species.say_mod = species.say_mod destination.dna.real_name = real_name destination.dna.nameless = nameless destination.dna.custom_species = custom_species