From c85efd75017bd7b4f8a5df8eddfaf25dddc62a92 Mon Sep 17 00:00:00 2001 From: radiantAurora <80002839+radiantAurora@users.noreply.github.com> Date: Sun, 25 Sep 2022 12:40:14 +0100 Subject: [PATCH] Update sprite_accessories_extra.dm --- .../new_player/sprite_accessories_extra.dm | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/code/modules/mob/new_player/sprite_accessories_extra.dm b/code/modules/mob/new_player/sprite_accessories_extra.dm index c236037388..d1727a5b26 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)