Fixes glasses not having their color overridden via the loadout gear tweak (#7970)

This commit is contained in:
fernerr
2020-01-10 21:54:19 +01:00
committed by Matt Atlas
parent a0ca6f0927
commit f2d17ffe7a
2 changed files with 7 additions and 0 deletions
@@ -651,6 +651,9 @@ There are several things that need to be remembered:
else
overlays_raw[GLASSES_LAYER] = image('icons/mob/eyes.dmi', glasses.icon_state)
if(glasses.color)
overlays_raw[GLASSES_LAYER].color = glasses.color
if(update_icons)
update_icons()