From f0b2b19f2c92f5c30c7ccc57784fd2a95fa8712d Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 28 Sep 2022 12:09:14 +0200 Subject: [PATCH] [MIRROR] Increases the capacity of command disks [MDB IGNORE] (#16507) * Increases the capacity of command disks (#70105) * Increases the capacity of command disks Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> --- code/modules/modular_computers/hardware/program_disks.dm | 1 + 1 file changed, 1 insertion(+) 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()