Merge pull request #16874 from KillianKirilenko/kk-markings

Full Chest Fluff and Inner Arms markings
This commit is contained in:
Cameron Lennox
2025-01-11 14:35:38 -05:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -9,6 +9,12 @@
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_L_LEG,BP_R_LEG)
/datum/sprite_accessory/marking/vr/inner_arms
name = "inner arms"
icon_state = "inner_arm"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_L_ARM,BP_R_ARM)
/datum/sprite_accessory/marking/vr/vulp_belly
name = "belly fur (Vulp)"
icon_state = "vulp_belly"
@@ -21,6 +27,12 @@
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO,BP_GROIN)
/datum/sprite_accessory/marking/vr/vulp_fullbellyplus
name = "full wide chest fur (Vulp)"
icon_state = "vulp_fullchestplus"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO,BP_GROIN)
/datum/sprite_accessory/marking/vr/vulp_crest
name = "belly crest (Vulp)"
icon_state = "vulp_crest"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 63 KiB