mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Oopsie
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user