Update sprite_accessories_extra.dm

This commit is contained in:
radiantAurora
2022-09-25 12:40:14 +01:00
committed by GitHub
parent f47f5d8b41
commit c85efd7501
@@ -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)