diff --git a/code/modules/mob/new_player/sprite_accessories_ch.dm b/code/modules/mob/new_player/sprite_accessories_ch.dm index 3b999cedec..946c591715 100644 --- a/code/modules/mob/new_player/sprite_accessories_ch.dm +++ b/code/modules/mob/new_player/sprite_accessories_ch.dm @@ -88,6 +88,12 @@ icon_state = "rook-l" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) + + grointojaw + name = "Groin to mouth marking" + icon_state = "grointojaw" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_TORSO, BP_HEAD, BP_GROIN) /datum/sprite_accessory/tail/special/orca_tail name = "Orca Tail"