From c235908c2aa19dfa9521d7607fc22cbb436cd080 Mon Sep 17 00:00:00 2001 From: Yellow Wollywog <88261474+Wollywoger@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:00:21 -0500 Subject: [PATCH] Fixes admin spawned ornithid feather colors (#613) --- code/datums/dna.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/dna.dm b/code/datums/dna.dm index c275ed4b55cd..f8a355b9a0ba 100644 --- a/code/datums/dna.dm +++ b/code/datums/dna.dm @@ -22,6 +22,7 @@ GLOBAL_LIST_INIT(identity_block_lengths, list( GLOBAL_LIST_INIT(features_block_lengths, list( "[DNA_MUTANT_COLOR_BLOCK]" = DNA_BLOCK_SIZE_COLOR, "[DNA_ETHEREAL_COLOR_BLOCK]" = DNA_BLOCK_SIZE_COLOR, + "[DNA_FEATHER_COLOR_BLOCK]" = DNA_BLOCK_SIZE_COLOR, // NON-MODULE CHANGE )) /**