Merge pull request #5211 from CHOMPStation2/upstream-merge-14014

[MIRROR] Adds arm-wings wings and crab claws marking
This commit is contained in:
Nadyr
2022-10-30 16:51:19 -04:00
committed by GitHub
4 changed files with 46 additions and 0 deletions
@@ -907,3 +907,10 @@
icon_state = "tesh-beak-alt"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/vr_crab_claws
name = "Crab claws"
icon = 'icons/mob/human_races/markings_vr.dmi'
icon_state = "crabclaws"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_L_HAND,BP_R_HAND)
@@ -129,6 +129,45 @@
extra_overlay = "harpywings_batmarkings"
extra_overlay2 = "neckfur"
/datum/sprite_accessory/wing/harpyarmwings
name = "harpy arm wings, colorable"
desc = ""
icon_state = "harpyarmwings"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/wing/harpyarmwings_alt
name = "harpy arm wings alt, colorable"
desc = ""
icon_state = "harpyarmwings_alt"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/wing/harpyarmwings_alt_neckfur
name = "harpy arm wings alt & neckfur"
desc = ""
icon_state = "harpyarmwings_alt"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "neckfur"
/datum/sprite_accessory/wing/harpyarmwings_bat
name = "harpy arm wings, bat"
desc = ""
icon_state = "harpyarmwings_bat"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "harpyarmwings_batmarkings"
/datum/sprite_accessory/wing/harpyarmwings_bat_neckfur
name = "harpy arm wings, bat & neckfur"
desc = ""
icon_state = "harpyarmwings_bat"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "harpyarmwings_batmarkings"
extra_overlay2 = "neckfur"
/datum/sprite_accessory/wing/neckfur
name = "neck fur"
desc = ""
Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 42 KiB