diff --git a/code/modules/vore/appearance/sprite_accessories_vr.dm b/code/modules/vore/appearance/sprite_accessories_vr.dm index 6bf8cd5623e..adce2f7f249 100644 --- a/code/modules/vore/appearance/sprite_accessories_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_vr.dm @@ -386,14 +386,6 @@ 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. @@ -475,6 +467,12 @@ icon_state = "alurane-ears" ckeys_allowed = list("natje") +/datum/sprite_accessory/ears/elfs + name = "Frost antenna" + desc = "" + icon_state = "frosted_tips" + ckeys_allowed = list("tucker0666") + /* //////////////////////////// / =--------------------= / @@ -923,6 +921,18 @@ icon_state = "aronai" ckeys_allowed = list("arokha") +/datum/sprite_accessory/tail/cabletail + name = "cabletail" + desc = "cabletail" + icon_state = "cabletail" + ckeys_allowed = list("tucker0666") + +/datum/sprite_accessory/tail/featherfluff_tail + name = "featherfluff_tail" + desc = "" + icon_state = "featherfluff_tail" + ckeys_allowed = list("tucker0666") + /datum/sprite_accessory/tail/ketrai_wag name = "fennix tail (vwag)" desc = "" @@ -990,6 +1000,17 @@ 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 = "" @@ -1540,18 +1561,4 @@ 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