mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
Update sprite_accessories_extra.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user