Revert "final touches."

This reverts commit 6c2ca26e86.
This commit is contained in:
QuoteFox
2021-03-27 10:56:18 +00:00
parent bcb174eafb
commit 64c8cc576f
2 changed files with 3 additions and 4 deletions
@@ -468,7 +468,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
if(OFFSET_FACE in H.dna.species.offset_features)
hair_overlay.pixel_x += H.dna.species.offset_features[OFFSET_FACE][1]
hair_overlay.pixel_y += H.dna.species.offset_features[OFFSET_FACE][2]
if(H.grad_style ~! "none")
if(H.grad_style)
var/icon/grad_s = new/icon("icon" = 'icons/mob/hair_gradients.dmi', "icon_state" = GLOB.hair_gradients[H.grad_style])
var/grad_f_color = null
if(grad_color)
@@ -477,7 +477,6 @@ GLOBAL_LIST_EMPTY(roundstart_races)
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_MULTIPLY)
qdel(grad_s)
if(hair_overlay.icon)
standing += hair_overlay