Fix a Broken Fix

Overlays don't carry over from organ get_icon() and have to be blended if we want to use them in that way - currently eyes are the only thing update_icons() doesn't have its own way of rendering so eyes are the only thing here that get blended AND overlayed
This commit is contained in:
KasparoVy
2019-08-30 00:37:35 -04:00
parent f30cfd850d
commit abfbe21daa

View File

@@ -103,6 +103,7 @@ var/global/list/limb_icon_cache = list()
if(dna.species.has_organ["eyes"])
var/icon/eyes_icon = owner.get_eyecon()
if(eyes_icon)
mob_icon.Blend(eyes_icon, ICON_OVERLAY)
add_overlay(eyes_icon)
if(owner.lip_style && (LIPS in dna.species.species_traits))