Merge pull request #13615 from Heroman3003/taurfix

Taurcoats.
This commit is contained in:
Casey
2022-08-31 03:37:56 -04:00
committed by GitHub
+1 -1
View File
@@ -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)