From b570fceab6dac5c9b1d0da13ec66fdf24a45f561 Mon Sep 17 00:00:00 2001 From: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Date: Wed, 28 Sep 2022 01:30:48 -0400 Subject: [PATCH] Increases the capacity of command disks (#70105) --- 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()