diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index 34ba1b8bb1..83cab9d992 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -22,6 +22,7 @@ icon_state = "really_black_suit" item_state = "bl_suit" item_color = "black_suit" + can_adjust = FALSE /obj/item/clothing/under/syndicate/camo name = "camouflage fatigues" @@ -29,6 +30,7 @@ icon_state = "camogreen" item_state = "g_suit" item_color = "camogreen" + can_adjust = FALSE /obj/item/clothing/under/syndicate/soviet name = "Ratnik 5 tracksuit"