A small bundle of sprite accessory things

-Adds markings for thick neck (2 sizes and extra for throat coloring)
-Adds colorable versions of the troll horns that were never useful for anything else due to forced color.
-Fixes elf ears missing sprites (todo: upstream pr if i can be arsed to)
-Improves humanoid round gut marking shading contrast. (I was legit surprised that it even had any in the first place. always thought it was just flat while lmao)
This commit is contained in:
Verkister
2022-11-09 15:35:32 +02:00
parent 895addbf97
commit d8a93c99ab
6 changed files with 97 additions and 4 deletions

View File

@@ -145,4 +145,22 @@
name = "Sect Drone Eyes"
icon_state = "sectdrone_eyes"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/ch/thickneck
name = "Thick Neck"
icon_state = "thickneck"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/thickerneck
name = "Thicker Neck"
icon_state = "thickerneck"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/thickthroat
name = "Thick Throat"
icon_state = "thickthroat"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY