From 0167bcc53d2f58b757eaea7e97fb3b768e8b1a3d Mon Sep 17 00:00:00 2001 From: Seris02 Date: Mon, 3 Jul 2023 12:53:51 +0800 Subject: [PATCH] taur coat fix --- 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 b150240da2..64dc709fa0 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -790,7 +790,7 @@ var/image/standing = ..() if(taurized) //Special snowflake var on suits standing.pixel_x = -16 - standing.layer = BODY_LAYER + 17 // 17 is above tail layer, so will not be covered by taurbody. TAIL_UPPER_LAYER +1 + standing.layer = BODY_LAYER + 18 // 18 is above tail layer, so will not be covered by taurbody. TAIL_UPPER_LAYER +1 //CHOMPEDIT - CHECK human/update_icons.dm BEFORE YOU CHANGE THIS. return standing /obj/item/clothing/suit/apply_accessories(var/image/standing)