diff --git a/code/modules/mob/new_player/sprite_accessories_vr.dm b/code/modules/mob/new_player/sprite_accessories_vr.dm index 82a05bbd8c..424f92d853 100644 --- a/code/modules/mob/new_player/sprite_accessories_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_vr.dm @@ -388,19 +388,19 @@ name = "belly fur (Vulp)" icon_state = "vulp_belly" color_blend_mode = ICON_MULTIPLY - body_parts = list(BP_TORSO) + body_parts = list(BP_TORSO,BP_GROIN) vulp_fullbelly name = "full belly fur (Vulp)" icon_state = "vulp_fullbelly" color_blend_mode = ICON_MULTIPLY - body_parts = list(BP_TORSO) + body_parts = list(BP_TORSO,BP_GROIN) vulp_crest name = "belly crest (Vulp)" icon_state = "vulp_crest" color_blend_mode = ICON_MULTIPLY - body_parts = list(BP_TORSO) + body_parts = list(BP_TORSO,BP_GROIN) vulp_nose name = "nose (Vulp)" diff --git a/icons/mob/human_races/markings_vr.dmi b/icons/mob/human_races/markings_vr.dmi index 6f50d7988e..ab573b609c 100644 Binary files a/icons/mob/human_races/markings_vr.dmi and b/icons/mob/human_races/markings_vr.dmi differ