diff --git a/code/modules/mob/new_player/sprite_accessories_markings.dm b/code/modules/mob/new_player/sprite_accessories_markings.dm index 994126b5e5b..c5a000d1657 100644 --- a/code/modules/mob/new_player/sprite_accessories_markings.dm +++ b/code/modules/mob/new_player/sprite_accessories_markings.dm @@ -3126,3 +3126,10 @@ includes scars and tattoos icon_state = "moreeyes" body_parts = list(BP_HEAD) color_blend_mode = ICON_MULTIPLY + +/datum/sprite_accessory/marking/teshari_accents + name = "Teshari - Raptor Accents" + icon_state = "tesh-accents" + body_parts = list(BP_L_FOOT, BP_R_FOOT, BP_L_LEG,BP_R_LEG, BP_L_HAND, BP_R_HAND, BP_HEAD) + species_allowed = list(SPECIES_TESHARI) + color_blend_mode = ICON_MULTIPLY diff --git a/icons/mob/human_races/markings.dmi b/icons/mob/human_races/markings.dmi index fb3d2d861a6..b18ffadcd3e 100644 Binary files a/icons/mob/human_races/markings.dmi and b/icons/mob/human_races/markings.dmi differ