diff --git a/code/modules/modular_computers/file_system/programs/app_presets.dm b/code/modules/modular_computers/file_system/programs/app_presets.dm index 4fc9140f877..9ee11b81590 100644 --- a/code/modules/modular_computers/file_system/programs/app_presets.dm +++ b/code/modules/modular_computers/file_system/programs/app_presets.dm @@ -377,7 +377,7 @@ name = "security_inv" display_name = "Security - Investigations" description = "Contains the most common security and forensics programs." - available = FALSE + available = TRUE /datum/modular_computer_app_presets/security/investigations/return_install_programs(obj/item/modular_computer/comp) var/list/_prg_list = list( diff --git a/html/changelogs/InvestProgram.yml b/html/changelogs/InvestProgram.yml new file mode 100644 index 00000000000..bfff90880f9 --- /dev/null +++ b/html/changelogs/InvestProgram.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - rscadd: "The investigator program set can now be selected as pre-installed when setting up a new modular computer device."