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 47d4dbe691c..7b362fe3195 100644 --- a/code/modules/modular_computers/file_system/programs/app_presets.dm +++ b/code/modules/modular_computers/file_system/programs/app_presets.dm @@ -84,7 +84,8 @@ new /datum/computer_file/program/civilian/cargoorder(comp), new /datum/computer_file/program/suit_sensors(comp), new /datum/computer_file/program/records/medical(comp), - new /datum/computer_file/program/ntsl2_interpreter(comp) + new /datum/computer_file/program/ntsl2_interpreter(comp), + new /datum/computer_file/program/chemistry_codex(comp) ) return _prg_list @@ -105,7 +106,8 @@ new /datum/computer_file/program/suit_sensors(comp), new /datum/computer_file/program/records/employment(comp), new /datum/computer_file/program/records/medical(comp), - new /datum/computer_file/program/ntsl2_interpreter(comp) + new /datum/computer_file/program/ntsl2_interpreter(comp), + new /datum/computer_file/program/chemistry_codex(comp) ) return _prg_list @@ -125,7 +127,8 @@ new /datum/computer_file/program/civilian/cargoorder(comp), new /datum/computer_file/program/ntnetmonitor(comp), new /datum/computer_file/program/aidiag(comp), - new /datum/computer_file/program/ntsl2_interpreter(comp) + new /datum/computer_file/program/ntsl2_interpreter(comp), + new /datum/computer_file/program/chemistry_codex(comp) ) return _prg_list @@ -146,7 +149,8 @@ new /datum/computer_file/program/ntnetmonitor(comp), new /datum/computer_file/program/aidiag(comp), new /datum/computer_file/program/records/employment(comp), - new /datum/computer_file/program/ntsl2_interpreter(comp) + new /datum/computer_file/program/ntsl2_interpreter(comp), + new /datum/computer_file/program/chemistry_codex(comp) ) return _prg_list diff --git a/html/changelogs/skull132-missing_codex.yml b/html/changelogs/skull132-missing_codex.yml new file mode 100644 index 00000000000..6648a383ea6 --- /dev/null +++ b/html/changelogs/skull132-missing_codex.yml @@ -0,0 +1,5 @@ +author: Skull132 +delete-after: True + +changes: + - tweak: "Added chemistry codex to the medical and research computer presets." \ No newline at end of file