Skip to content

Commit

Permalink
applies the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollywoger committed Nov 5, 2024
1 parent 6c652fe commit 165788c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/dna.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
))

/**
Expand Down

0 comments on commit 165788c

Please sign in to comment.