Update sprite_accessories_extra.dm

This commit is contained in:
radiantAurora
2022-09-25 16:41:55 +01:00
committed by GitHub
parent e5aee8292f
commit 871fb3940e
@@ -582,33 +582,45 @@ shadekin_snoot
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)
body_parts = list(BP_TORSO,BP_GROIN)
/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)
body_parts = list(BP_TORSO,BP_GROIN)
/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)
/datum/sprite_accessory/marking/vr/tesh_skull
name = "Teshari Skull Face"
icon_state = "teshari_skull"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/vr/shoulder_fluff
name = "Shoulder Fluff"
icon_state = "shoulder_markings"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_L_ARM,BP_R_ARM)