From 4a2d895cedcdc546e093e3a373ebd7c3a496cfe4 Mon Sep 17 00:00:00 2001 From: Verkister Date: Thu, 13 Dec 2018 13:37:24 +0200 Subject: [PATCH] Code part for colorable alraune --- .../vore/appearance/sprite_accessories_taur_vr.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/vore/appearance/sprite_accessories_taur_vr.dm b/code/modules/vore/appearance/sprite_accessories_taur_vr.dm index 6d0f63e95c..736ad457e9 100644 --- a/code/modules/vore/appearance/sprite_accessories_taur_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_taur_vr.dm @@ -463,3 +463,12 @@ msg_owner_grab_fail = "You step down onto %prey with one of your vines, forcing them onto the ground!" msg_prey_grab_fail = "%owner steps down onto you with one of their vines, squishing you and forcing you onto the ground!" + +/datum/sprite_accessory/tail/taur/alraune/alraune_2c + name = "Alraune (dual color)" + icon_state = "alraunecolor_s" + ani_state = "alraunecolor_closed_s" + ckeys_allowed = null + do_colouration = 1 + extra_overlay = "alraunecolor_markings" + extra_overlay_w = "alraunecolor_closed_markings" \ No newline at end of file