diff --git a/code/modules/mob/new_player/sprite_accessories_extra.dm b/code/modules/mob/new_player/sprite_accessories_extra.dm index 0b162c094d1..8ca6a72a36a 100644 --- a/code/modules/mob/new_player/sprite_accessories_extra.dm +++ b/code/modules/mob/new_player/sprite_accessories_extra.dm @@ -9,6 +9,12 @@ color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_LEG,BP_R_LEG) +/datum/sprite_accessory/marking/vr/inner_arms + name = "inner arms" + icon_state = "inner_arm" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_L_ARM,BP_R_ARM) + /datum/sprite_accessory/marking/vr/vulp_belly name = "belly fur (Vulp)" icon_state = "vulp_belly" @@ -21,6 +27,12 @@ color_blend_mode = ICON_MULTIPLY body_parts = list(BP_TORSO,BP_GROIN) +/datum/sprite_accessory/marking/vr/vulp_fullbellyplus + name = "full wide chest fur (Vulp)" + icon_state = "vulp_fullchestplus" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_TORSO,BP_GROIN) + /datum/sprite_accessory/marking/vr/vulp_crest name = "belly crest (Vulp)" icon_state = "vulp_crest" diff --git a/icons/mob/human_races/markings_alt.dmi b/icons/mob/human_races/markings_alt.dmi index 8277898575b..3c5a1cfaf9d 100644 Binary files a/icons/mob/human_races/markings_alt.dmi and b/icons/mob/human_races/markings_alt.dmi differ