diff --git a/code/modules/clothing/under/pants.dm b/code/modules/clothing/under/pants.dm index 004a1f2374..79434bfbd7 100644 --- a/code/modules/clothing/under/pants.dm +++ b/code/modules/clothing/under/pants.dm @@ -53,7 +53,7 @@ item_state = "polypants" var/list/poly_colors = list("#75634F", "#3D3D3D", "#575757") -/obj/item/clothing/under/pants/polypants/polychromic/ComponentInitialize() +/obj/item/clothing/under/pants/polypants/ComponentInitialize() . = ..() AddElement(/datum/element/polychromic, poly_colors, 3)