Protegen ears w/ horns + two new markings (#8446)

This commit is contained in:
SilencedMP5A5
2024-06-03 12:00:54 -04:00
committed by GitHub
parent 0914aad765
commit 2f5d66c37c
4 changed files with 26 additions and 0 deletions

View File

@@ -6,3 +6,13 @@
extra_overlay = "mizutsune_ears_inner"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/protogen_horns
name = "Protogen (Horns)"
desc = ""
icon = 'icons/mob/vore/ears_ch.dmi'
icon_state = "protogen_horny"
extra_overlay = "protogen_horny_fluff"
extra_overlay2 = "protogen_horny_horns"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY

View File

@@ -347,3 +347,19 @@
name = "Xenomorph teeth (queen)"
icon_state = "xeno_teeth_queen"
body_parts = list(BP_HEAD)
// WHISKIES //
/datum/sprite_accessory/marking/ch/mole_whiskers
name = "mole whiskers"
icon_state = "molewhiskers"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
// SNOOT //
/datum/sprite_accessory/marking/ch/vulp_lips
name = "face, vulp (Lips)"
icon_state = "vulp_lips"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY