From cde1be56767d12e72f9dfb6de645b40c8f12ea4c Mon Sep 17 00:00:00 2001 From: kcin2001 Date: Mon, 21 Aug 2017 12:23:35 -0700 Subject: [PATCH] actually makes the colorable ones colorable --- code/modules/vore/appearance/sprite_accessories_vr.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/vore/appearance/sprite_accessories_vr.dm b/code/modules/vore/appearance/sprite_accessories_vr.dm index 0a5468c712..9fe69463b2 100644 --- a/code/modules/vore/appearance/sprite_accessories_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_vr.dm @@ -270,11 +270,12 @@ name = "black praetorian dome" icon_state = "bxeno_praetorian" gender = NEUTER -//need to figure out coloring stuff +//need to figure out coloring stuff for sentinal /datum/sprite_accessory/ears/xeno_head_drone_color name = "colorable drone dome" icon_state = "cxeno_drone" + do_colouration = 1 gender = NEUTER /* /datum/sprite_accessory/ears/xeno_head_sentinel_color @@ -285,16 +286,19 @@ /datum/sprite_accessory/ears/xeno_head_queen_color name = "colorable queen dome" icon_state = "cxeno_queen" + do_colouration = 1 gender = NEUTER /datum/sprite_accessory/ears/xeno_head_hunter_color name = "colorable hunter dome" icon_state = "cxeno_hunter" + do_colouration = 1 gender = NEUTER /datum/sprite_accessory/ears/xeno_head_praetorian_color name = "colorable praetorian dome" icon_state = "cxeno_praetorian" + do_colouration = 1 gender = NEUTER // Special snowflake ears go below here.