mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
[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:
co-authored by
eghughguhhhhhh
vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
parent
58e2f1d66b
commit
b3fbd293d1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user