From 989697b10d39bec5e7ef9f9406bb14fc0ec24473 Mon Sep 17 00:00:00 2001 From: Heroman Date: Wed, 31 Aug 2022 15:25:31 +1000 Subject: [PATCH] This is terrible --- code/modules/clothing/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index f4bfa564608..de99f048030 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -778,7 +778,7 @@ var/image/standing = ..() if(taurized) //Special snowflake var on suits standing.pixel_x = -16 - standing.layer = BODY_LAYER + 16 // 16 is above tail layer, so will not be covered by taurbody. + standing.layer = BODY_LAYER + 17 // 17 is above tail layer, so will not be covered by taurbody. TAIL_UPPER_LAYER +1 return standing /obj/item/clothing/suit/apply_accessories(var/image/standing)