Skip to content

Commit

Permalink
close?
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin committed Oct 19, 2024
1 parent 65d4ffb commit 856c886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions modular_doppler/modular_customization/preferences/tail.dm
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,7 @@
return /datum/sprite_accessory/tails/fish/none::name

/datum/preference/choiced/fish_tail/apply_to_human(mob/living/carbon/human/target, value)
if(target.dna.tail_type == FISH)
target.dna.features["fish_tail"] = value
target.dna.features["fish_tail"] = value

/datum/preference/choiced/fish_tail/icon_for(value)
var/datum/sprite_accessory/chosen_tail = SSaccessories.tails_list_fish[value]
Expand Down
2 changes: 1 addition & 1 deletion modular_doppler/modular_customization/tri_color/ears.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Gotta add to the ears selector
/datum/preference/choiced/ears/compile_constant_data()
/datum/preference/choiced/felinid_ears/compile_constant_data()
var/list/data = ..()
data[SUPPLEMENTAL_FEATURE_KEY] = /datum/preference/tri_color/ears_color::savefile_key
return data
Expand Down

0 comments on commit 856c886

Please sign in to comment.