diff --git a/code/modules/mob/new_player/sprite_accessories_markings.dm b/code/modules/mob/new_player/sprite_accessories_markings.dm index c5a000d1657..a1fe916d975 100644 --- a/code/modules/mob/new_player/sprite_accessories_markings.dm +++ b/code/modules/mob/new_player/sprite_accessories_markings.dm @@ -2852,6 +2852,18 @@ includes scars and tattoos color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) +/datum/sprite_accessory/marking/secondary_eyes_far + name = "Secondary Eyes (Far)" + icon_state = "secondary_eyes_far" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_HEAD) + +/datum/sprite_accessory/marking/secondary_eyes_close + name = "Secondary Eyes (Close)" + icon_state = "secondary_eyes_close" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_HEAD) + /datum/sprite_accessory/marking/gatorsnout name = "Gator Snout" icon_state = "gator_snout" diff --git a/icons/mob/human_races/markings.dmi b/icons/mob/human_races/markings.dmi index b18ffadcd3e..d45b774f3f7 100644 Binary files a/icons/mob/human_races/markings.dmi and b/icons/mob/human_races/markings.dmi differ