Skip to content

Commit

Permalink
check if CI passes
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin committed Oct 19, 2024
1 parent 413b6ec commit 6b58b77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modular_doppler/modular_customization/organs/external/tail.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,14 @@
/datum/bodypart_overlay/mutant/tail/deer/get_global_feature_list()
return SSaccessories.tails_list_deer

/// Fish tail
//
/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 6b58b77

Please sign in to comment.