From 365b181684c989c537a9b5b6f1e13ded0708aef7 Mon Sep 17 00:00:00 2001 From: Casper3667 Date: Wed, 9 Jun 2021 00:40:03 +0200 Subject: [PATCH] allows the investigator program to be selected when setting up a new modular computer (#11990) --- .../modular_computers/file_system/programs/app_presets.dm | 2 +- html/changelogs/InvestProgram.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/InvestProgram.yml 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."