Skip to content

Commit

Permalink
Fixes admin spawned ornithid feather colors (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollywoger authored Nov 20, 2024
1 parent b19d194 commit c235908
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 c235908

Please sign in to comment.