From b0869fcc2cc2c0ae28d99b81ceea49b94af3ed2b Mon Sep 17 00:00:00 2001 From: zerothebigboy Date: Sat, 20 Aug 2022 16:43:39 -0400 Subject: [PATCH] man am i blind --- code/modules/clothing/under/pants.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)