From 6db45b4d25d4a47404d5675c2f48e7f5ce035608 Mon Sep 17 00:00:00 2001 From: NoctuaAngelis <56820476+NoctuaAngelis@users.noreply.github.com> Date: Sun, 17 Nov 2019 07:25:49 -0600 Subject: [PATCH] Add files via upload --- .../vore/appearance/sprite_accessories_vr.dm | 32 +++++++++++++------ 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/code/modules/vore/appearance/sprite_accessories_vr.dm b/code/modules/vore/appearance/sprite_accessories_vr.dm index efdb36d628..6bf8cd5623 100644 --- a/code/modules/vore/appearance/sprite_accessories_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_vr.dm @@ -386,6 +386,14 @@ color_blend_mode = ICON_MULTIPLY extra_overlay = "tesharilowinner" +/datum/sprite_accessory/ears/elfs + name = "Frost antenna" + desc = "" + icon_state = "frosted_tips" + do_colouration = 1 + color_blend_mode = ICON_MULTIPLY + + // Special snowflake ears go below here. @@ -982,16 +990,6 @@ do_colouration = 1 color_blend_mode = ICON_MULTIPLY -/datum/sprite_accessory/tail/sneptail - name = "Snep/Furry Tail (vwag)" - desc = "" - icon_state = "sneptail" - ani_state = "sneptail_w" - do_colouration = 1 - color_blend_mode = ICON_MULTIPLY - extra_overlay = "sneptail_mark" - extra_overlay_w = "sneptail_mark_w" - /datum/sprite_accessory/tail/tiger_new name = "tiger tail (vwag)" desc = "" @@ -1542,4 +1540,18 @@ icon_state = "tail_smooth" ani_state = "tail_smooth_w" do_colouration = 1 + color_blend_mode = ICON_MULTIPLY + +/datum/sprite_accessory/tail/cabletail + name = "cabletail" + desc = "cabletail" + icon_state = "cabletail" + do_colouration = 1 + color_blend_mode = ICON_MULTIPLY + +/datum/sprite_accessory/tail/featherfluff_tail + name = "featherfluff_tail" + desc = "" + icon_state = "featherfluff_tail" + do_colouration = 1 color_blend_mode = ICON_MULTIPLY \ No newline at end of file