mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Protegen ears w/ horns + two new markings (#8446)
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user