diff --git a/code/modules/mob/new_player/sprite_accessories_markings.dm b/code/modules/mob/new_player/sprite_accessories_markings.dm index bd77f21199..6b6846d0b8 100644 --- a/code/modules/mob/new_player/sprite_accessories_markings.dm +++ b/code/modules/mob/new_player/sprite_accessories_markings.dm @@ -782,12 +782,12 @@ includes scars and tattoos /datum/sprite_accessory/marking/taj_belly name = "Belly Fur (Taj)" icon_state = "taj_belly" - body_parts = list(BP_TORSO) + body_parts = list(BP_TORSO,BP_GROIN) /datum/sprite_accessory/marking/taj_bellyfull name = "Belly Fur Wide (Taj)" icon_state = "taj_bellyfull" - body_parts = list(BP_TORSO) + body_parts = list(BP_TORSO,BP_GROIN) /datum/sprite_accessory/marking/taj_earsout name = "Outer Ear (Taj)" diff --git a/icons/mob/human_races/markings.dmi b/icons/mob/human_races/markings.dmi index 4a14fc6189..01ff4d787b 100644 Binary files a/icons/mob/human_races/markings.dmi and b/icons/mob/human_races/markings.dmi differ