mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
the fixening or something
This commit is contained in:
@@ -482,7 +482,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
|
||||
else
|
||||
hair_style = sanitize_inlist(hair_style, GLOB.hair_styles_female_list)
|
||||
facial_hair_style = sanitize_inlist(facial_hair_style, GLOB.facial_hair_styles_female_list)
|
||||
grad_style = sanitize_inlist(grad_style, GLOB.hair_gradients)
|
||||
grad_style = sanitize_inlist(grad_style, GLOB.hair_gradients, "None")
|
||||
underwear = sanitize_inlist(underwear, GLOB.underwear_list)
|
||||
undie_color = sanitize_hexcolor(undie_color, 3, 0, initial(undie_color))
|
||||
undershirt = sanitize_inlist(undershirt, GLOB.undershirt_list)
|
||||
|
||||
@@ -476,7 +476,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
|
||||
else
|
||||
grad_f_color = "#" + H.grad_color
|
||||
grad_s.Blend(grad_f_color, ICON_ADD)
|
||||
hair_overlay.filters = filter(type="layer", icon = grad_s, blend_mode = BLEND_INSET_OVERLAY)
|
||||
hair_overlay.filters = filter(type="layer", icon = grad_s, blend_mode = BLEND_MULTIPLY)
|
||||
|
||||
if(hair_overlay.icon)
|
||||
standing += hair_overlay
|
||||
|
||||
Reference in New Issue
Block a user