mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
A tiny sprinkle of new sprite accessories
-Adds 3 new markings (forward fangs, further forward fangs, normal eyes) -Adds 2 new earstyles (floppy goat ears, floppy goat ears with horns)
This commit is contained in:
@@ -139,3 +139,18 @@
|
||||
icon_state = "chorn_chub"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/goatflops
|
||||
name = "Floppy Goat Ears"
|
||||
icon = 'icons/mob/vore/ears_ch.dmi'
|
||||
icon_state = "goatflops"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/goatflops_horn
|
||||
name = "Floppy Goat Ears (with horns)"
|
||||
icon = 'icons/mob/vore/ears_ch.dmi'
|
||||
icon_state = "goatflops"
|
||||
extra_overlay = "goatflops_horn"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -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
|
||||
Reference in New Issue
Block a user