Skip to content

Commit

Permalink
Ребейз и некоторые исправления
Browse files Browse the repository at this point in the history
  • Loading branch information
Nlaysi committed May 22, 2024
1 parent f26ba47 commit 60537f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions code/modules/mob/living/carbon/human/dummy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ INITIALIZE_IMMEDIATE(/mob/living/carbon/human/dummy)
target.dna.features["tail_lizard"] = get_consistent_feature_entry(SSaccessories.tails_list_lizard)
target.dna.features["tail_monkey"] = get_consistent_feature_entry(SSaccessories.tails_list_monkey)
target.dna.features["pod_hair"] = get_consistent_feature_entry(SSaccessories.pod_hair_list)
//target.dna.features["tail_vulpkanin"] = get_consistent_feature_entry(SSaccessories.tails_list_vulpkanin)
//target.dna.features["tail_markings"] = get_consistent_feature_entry(SSaccessories.vulpkanin_tail_markings_list)
target.dna.initialize_dna(create_mutation_blocks = FALSE, randomize_features = FALSE)
// UF and UI are nondeterministic, even though the features are the same some blocks will randomize slightly
// In practice this doesn't matter, but this is for the sake of 100%(ish) consistency
Expand Down
8 changes: 0 additions & 8 deletions modular_bandastation/species/code/dna.dm
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,3 @@
dna.features["tail_markings"] = SSaccessories.vulpkanin_tail_markings_list[deconstruct_block(get_uni_feature_block(dna.unique_features, DNA_VULPKANIN_TAIL_MARKINGS), SSaccessories.vulpkanin_tail_markings_list.len)]
if(dna.features["vulpkanin_facial_hair"])
dna.features["vulpkanin_facial_hair"] = SSaccessories.vulpkanin_facial_hair_list[deconstruct_block(get_uni_feature_block(dna.unique_features, DNA_VULPKANIN_FACIAL_HAIR), SSaccessories.vulpkanin_facial_hair_list.len)]


// /vulpkanin/populate_total_uf_len_by_block()
// . = list()
// var/total_block_len = 1
// for(var/blocknumber in 1 to DNA_FEATURE_BLOCKS)
// . += total_block_len
// total_block_len += GET_UF_BLOCK_LEN(blocknumber)

0 comments on commit 60537f4

Please sign in to comment.