Skip to content

Commit

Permalink
alternative test first
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin committed Oct 19, 2024
1 parent 6b58b77 commit 6fc5721
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion code/datums/bodypart_overlays/mutant_bodypart_overlay.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
draw_color = bodypart_owner.draw_color
if(ORGAN_COLOR_HAIR)
var/datum/species/species = bodypart_owner.owner?.dna?.species
var/fixed_color = species?.get_fixed_hair_color(bodypart_owner)
var/fixed_color = species?.get_fixed_hair_color(bodypart_owner.owner) // DOPPLER EDIT, old code: var/fixed_color = species?.get_fixed_hair_color(bodypart_owner)
if(!ishuman(bodypart_owner.owner))
draw_color = fixed_color
return
Expand Down
3 changes: 0 additions & 3 deletions modular_doppler/modular_customization/organs/external/tail.dm
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@
/obj/item/organ/external/tail/fish
preference = "feature_fish_tail"

/datum/bodypart_overlay/mutant/tail/fish
color_source = ORGAN_COLOR_INHERIT // not haircolor because that breaks stuff

/// Cybernetic tail
//
/obj/item/organ/external/tail/cybernetic
Expand Down

0 comments on commit 6fc5721

Please sign in to comment.