diff --git a/code/modules/modular_computers/hardware/program_disks.dm b/code/modules/modular_computers/hardware/program_disks.dm index bd48973419c..3949373cbb3 100644 --- a/code/modules/modular_computers/hardware/program_disks.dm +++ b/code/modules/modular_computers/hardware/program_disks.dm @@ -3,6 +3,7 @@ */ /obj/item/computer_hardware/hard_drive/portable/command icon_state = "datadisk7" + max_capacity = 32 /obj/item/computer_hardware/hard_drive/portable/command/install_default_programs()