Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin committed Oct 19, 2024
1 parent c69dee9 commit 413b6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/DNA.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#define DNA_POD_HAIR_BLOCK 15
#define DNA_FISH_TAIL_BLOCK 16
/// DOPPLER SHIFT ADDITION BEGIN
#define DNA_BREASTS_BLOCK 16
#define DNA_BREASTS_BLOCK 17
/// DOPPLER SHIFT ADDITION END

// Hey! Listen up if you're here because you're adding a species feature!
Expand All @@ -72,7 +72,7 @@
// (Which means having a DNA block for a feature tied to a mob without DNA is entirely pointless.)

/// Total amount of DNA blocks, must be equal to the highest DNA block number
#define DNA_FEATURE_BLOCKS 17 /// DOPPLER SHIFT EDIT: 16, up from 15
#define DNA_FEATURE_BLOCKS 17 /// DOPPLER SHIFT EDIT: 17, up from 15

#define DNA_SEQUENCE_LENGTH 4
#define DNA_MUTATION_BLOCKS 8
Expand Down

0 comments on commit 413b6ec

Please sign in to comment.