From 7b3e62e571a71ff7ec5c3e1b12679dd5ef466279 Mon Sep 17 00:00:00 2001 From: InterroLouis Date: Wed, 15 May 2019 13:26:33 -0400 Subject: [PATCH] Add files via upload --- code/modules/vore/appearance/sprite_accessories_vr.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/vore/appearance/sprite_accessories_vr.dm b/code/modules/vore/appearance/sprite_accessories_vr.dm index c8c2242ba1e..50b8d763a2f 100644 --- a/code/modules/vore/appearance/sprite_accessories_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_vr.dm @@ -1519,3 +1519,11 @@ color_blend_mode = ICON_MULTIPLY extra_overlay = "buggofirefly_vass_markings" extra_overlay_w = "buggofatfirefly_vass_markings" + +/datum/sprite_accessory/tail/tail_smooth + name = "Smooth Lizard Tail, Colorable" + desc = "" + icon_state = "tail_smooth" + ani_state = "tail_smooth_w" + do_colouration = 1 + color_blend_mode = ICON_MULTIPLY \ No newline at end of file