diff --git a/code/modules/surgery/organs/internal/eyes/_eyes.dm b/code/modules/surgery/organs/internal/eyes/_eyes.dm index 91af74f8c71..e21b7795d98 100644 --- a/code/modules/surgery/organs/internal/eyes/_eyes.dm +++ b/code/modules/surgery/organs/internal/eyes/_eyes.dm @@ -711,10 +711,10 @@ /obj/item/organ/eyes/robotic/flashlight name = "flashlight eyes" desc = "It's two flashlights rigged together with some wire. Why would you put these in someone's head?" - eye_color_left ="#fee5a3" - eye_color_right ="#fee5a3" - icon = 'icons/obj/lighting.dmi' icon_state = "flashlight_eyes" + eye_color_left = "#fee5a3" + eye_color_right = "#fee5a3" + iris_overlay = null flash_protect = FLASH_PROTECTION_WELDER tint = INFINITY var/obj/item/flashlight/eyelight/eye diff --git a/icons/obj/lighting.dmi b/icons/obj/lighting.dmi index 0a953cff782..d5fc9993549 100644 Binary files a/icons/obj/lighting.dmi and b/icons/obj/lighting.dmi differ diff --git a/icons/obj/medical/organs/organs.dmi b/icons/obj/medical/organs/organs.dmi index ea3fe2f29df..5f045ac4f9b 100644 Binary files a/icons/obj/medical/organs/organs.dmi and b/icons/obj/medical/organs/organs.dmi differ