This commit is contained in:
Ferner
2019-12-21 11:53:52 +01:00
parent a184e30fde
commit c28da7f28f

View File

@@ -27,7 +27,6 @@ proc/get_mech_icon(var/list/components = list(), var/overlay_layer = FLOAT_LAYER
if(LAZYLEN(pilot_overlays))
new_overlays += pilot_overlays
if(head)
message_admins("applying eyes, [head.icon_state]_eyes")
new_overlays += get_mech_image("[head.icon_state]_eyes", head.on_mech_icon, null, MECH_INTERMEDIATE_LAYER)
if(body)
new_overlays += get_mech_image("[body.icon_state]_overlay[hatch_closed ? "" : "_open"]", body.on_mech_icon, body.color, MECH_COCKPIT_LAYER)