Taur Coat Fix (#18409)

* Taur Coat Fix

* Static to dynamic
This commit is contained in:
Lilly-Lira
2025-09-10 03:46:03 -04:00
committed by GitHub
parent 08263a1707
commit f66067eebe
+1 -1
View File
@@ -1053,7 +1053,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 + TAIL_UPPER_LAYER + 1
return standing
/obj/item/clothing/suit/apply_accessories(var/image/standing)