From a65272d1817a0c66e8d0204001c5e18bb68c1bf6 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Tue, 12 Mar 2019 16:27:46 -0700 Subject: [PATCH] Added Head Paint --- code/modules/vore/appearance/sprite_accessories_vr.dm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/code/modules/vore/appearance/sprite_accessories_vr.dm b/code/modules/vore/appearance/sprite_accessories_vr.dm index a956b158e2..f48230ddca 100644 --- a/code/modules/vore/appearance/sprite_accessories_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_vr.dm @@ -297,6 +297,13 @@ color_blend_mode = ICON_MULTIPLY extra_overlay = "tesharilowinner" +/datum/sprite_accessory/ears/headpaint + name = "Head Paint" + desc = "" + icon_state = "paint" + do_colouration = 1 + color_blend_mode = ICON_MULTIPLY + extra_overlay = "paintfront" // Special snowflake ears go below here. @@ -1149,4 +1156,4 @@ desc = "" icon_state = "zenghu_taj" -//Taurs moved to a separate file due to extra code around them +//Taurs moved to a separate file due to extra code around them \ No newline at end of file