From aaa92f23d3a4daf1a1b7e9182be23dc89782b320 Mon Sep 17 00:00:00 2001 From: Heroman Date: Wed, 18 Sep 2019 17:02:18 +1000 Subject: [PATCH] Fixes goat legs clipping off entire uniform --- code/modules/vore/appearance/sprite_accessories_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/appearance/sprite_accessories_vr.dm b/code/modules/vore/appearance/sprite_accessories_vr.dm index 89f5e9c746..1298155cdd 100644 --- a/code/modules/vore/appearance/sprite_accessories_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_vr.dm @@ -955,7 +955,7 @@ do_colouration = 1 hide_body_parts = list(BP_L_LEG, BP_L_FOOT, BP_R_LEG, BP_R_FOOT) //Exclude pelvis just in case. clip_mask_icon = 'icons/mob/vore/taurs_vr.dmi' - clip_mask_state = "taur_mask_def" //Used to clip off the lower part of suits & uniforms. + clip_mask_state = "taur_clip_mask_def" //Used to clip off the lower part of suits & uniforms. /datum/sprite_accessory/tail/tailmaw name = "tailmaw, colorable"