Adds a Single Side Horn and Blade-Like Tail markings

This commit is contained in:
Heroman
2023-03-09 05:54:40 +10:00
parent 94e05dd941
commit dedf8a06a9
4 changed files with 16 additions and 1 deletions
@@ -900,4 +900,12 @@
/datum/sprite_accessory/ears/syrishroom
name = "Orange Mushroom Cap"
icon = 'icons/mob/vore/ears_vr.dmi'
icon_state = "syrishroom"
icon_state = "syrishroom"
/datum/sprite_accessory/ears/singlesidehorn
name = "Single Side Horn"
desc = ""
icon = 'icons/mob/vore/ears_vr.dmi'
icon_state = "single-side-horn"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
@@ -1321,6 +1321,13 @@
clip_mask_icon = 'icons/mob/vore/taurs_vr.dmi'
clip_mask_state = "taur_clip_mask_def" //Used to clip off the lower part of suits & uniforms.
/datum/sprite_accessory/tail/blade_like_tail
name = "Blade-like Tail"
icon = 'icons/mob/vore/tails_vr.dmi'
icon_state = "blade-like-tail"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
//LONG TAILS ARE NOT TAUR BUTTS >:O
/datum/sprite_accessory/tail/longtail
name = "You should not see this..."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 159 KiB