Merge pull request #5352 from Verkister/floppin

A tiny sprinkle of new sprite accessories
This commit is contained in:
Razgriz
2022-12-11 19:27:11 -07:00
committed by GitHub
4 changed files with 33 additions and 0 deletions
@@ -163,4 +163,22 @@
name = "Thick Throat"
icon_state = "thickthroat"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/fangs2
name = "Forward Fangs"
icon_state = "fangs2"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/fangs3
name = "Further Forward Fangs"
icon_state = "fangs3"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/normeyes
name = "Normal Eyes"
icon_state = "normeyes"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY