[MIRROR] Allow Transparency for Wings, Tails, and Ears (#10424)

Co-authored-by: eghughguhhhhhh <Hawoogabooga@gmail.com>
Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-16 03:56:37 +01:00
committed by GitHub
co-authored by eghughguhhhhhh vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
parent 58e2f1d66b
commit b3fbd293d1
11 changed files with 209 additions and 7 deletions
+3
View File
@@ -534,6 +534,9 @@ var/list/preferences_datums = list()
var/datum/preference/color/wing_color3 = GLOB.preference_entries[/datum/preference/color/human/wing_color3]
wing_color3.apply_pref_to(character, read_preference(/datum/preference/color/human/wing_color3))
var/datum/preference/numeric/wing_alpha = GLOB.preference_entries[/datum/preference/numeric/human/wing_alpha]
wing_alpha.apply_pref_to(character,read_preference(/datum/preference/numeric/human/wing_alpha))
character.set_gender(biological_gender)
// Destroy/cyborgize organs and limbs.