From 425334b3b44b21157f1b73df5f339e0ab6ae72d2 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Thu, 9 Jun 2022 15:50:40 -0400 Subject: [PATCH] fuck dna --- 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 6a93838d09..dd3b8de7fe 100644 --- a/code/datums/dna.dm +++ b/code/datums/dna.dm @@ -504,7 +504,7 @@ if(mutations_overlay_update) update_mutations_overlay() set_bark(GLOB.bark_list[deconstruct_block(getblock(structure, DNA_BARK_SOUND_BLOCK), GLOB.bark_list.len)]) - vocal_speed = (deconstruct_block(getblock(structure, DNA_BARK_PITCH_BLOCK), 16) / 16) + vocal_speed = (deconstruct_block(getblock(structure, DNA_BARK_PITCH_BLOCK), 16) / 4) vocal_pitch = (deconstruct_block(getblock(structure, DNA_BARK_PITCH_BLOCK), 48) / 30) vocal_pitch_range = (deconstruct_block(getblock(structure, DNA_BARK_VARIANCE_BLOCK), 48) / 48)