diff --git a/code/modules/mob/new_player/sprite_accessories_extra_ch.dm b/code/modules/mob/new_player/sprite_accessories_extra_ch.dm index 965ce2e066..9dc52c6a45 100644 --- a/code/modules/mob/new_player/sprite_accessories_extra_ch.dm +++ b/code/modules/mob/new_player/sprite_accessories_extra_ch.dm @@ -422,4 +422,10 @@ name = "Digitigrade Big Spots Right(Only works with digitigrade legs)" icon_state = "bigspots" color_blend_mode = ICON_MULTIPLY - body_parts = list(BP_R_LEG,BP_R_FOOT) \ No newline at end of file + body_parts = list(BP_R_LEG,BP_R_FOOT) + +/datum/sprite_accessory/marking/ch/teshari_large_eyes_het + name = "Teshari large eyes (Heterochromia)" + icon_state = "teshlarge_eyes_het" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_HEAD) \ No newline at end of file diff --git a/icons/mob/human_races/markings_ch.dmi b/icons/mob/human_races/markings_ch.dmi index 177b03ab5a..696c45777e 100644 Binary files a/icons/mob/human_races/markings_ch.dmi and b/icons/mob/human_races/markings_ch.dmi differ