diff --git a/code/modules/mob/new_player/sprite_accessories_extra.dm b/code/modules/mob/new_player/sprite_accessories_extra.dm index c2360373889..d1727a5b265 100644 --- a/code/modules/mob/new_player/sprite_accessories_extra.dm +++ b/code/modules/mob/new_player/sprite_accessories_extra.dm @@ -564,3 +564,51 @@ shadekin_snoot icon_state = "dnose" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) + +/datum/sprite_accessory/marking/vr/vulp_skull + name = "Vulpkanin Skull Face" + icon_state = "vulp_skull" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_HEAD) + +/datum/sprite_accessory/marking/vr/una_skull + name = "Unathi Skull Face" + icon_state = "una_skull" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_HEAD) + +/datum/sprite_accessory/marking/vr/bellyspiral + name = "Belly Spiral" + icon_state = "bellyspiral" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_TORSO) + +/datum/sprite_accessory/marking/vr/fluffy_cuffs + name = "Wrist Fluff" + icon_state = "fluffy_cuffs" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_L_ARM,BP_R_ARM) + +/datum/sprite_accessory/marking/vr/chubby_belly + name = "Chubby Belly" + icon_state = "chubby_belly" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_TORSO) + +/datum/sprite_accessory/marking/vr/chubby_belly_s + name = "Smooth Chubby Belly" + icon_state = "chubby_belly_s" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_TORSO) + +/datum/sprite_accessory/marking/vr/r_belly_fluff + name = "Belly Fluff" + icon_state = "belly_fluff" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_TORSO) + +/datum/sprite_accessory/marking/vr/r_chest_fluff + name = "Chest Fluff" + icon_state = "chest_fluff" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_TORSO)