diff --git a/auxmos.dll b/auxmos.dll index 04522e9d44..48c151f21c 100644 Binary files a/auxmos.dll and b/auxmos.dll differ diff --git a/auxmos.pdb b/auxmos.pdb index 78725799be..ee831d46db 100644 Binary files a/auxmos.pdb and b/auxmos.pdb differ diff --git a/code/modules/clothing/suits/cloaks.dm b/code/modules/clothing/suits/cloaks.dm index b41cab06d9..a58b218c1a 100644 --- a/code/modules/clothing/suits/cloaks.dm +++ b/code/modules/clothing/suits/cloaks.dm @@ -110,7 +110,7 @@ item_state = "cloak" var/list/poly_colors = list("#585858", "#373737", "#BEBEBE") -/obj/item/clothing/neck/cancloak/polychromic/ComponentInitialize() +/obj/item/clothing/neck/cloak/cancloak/polychromic/ComponentInitialize() . = ..() AddElement(/datum/element/polychromic, poly_colors, 3)