Adds the chemistry codex to medical and research computers (#9472)

Labelled as bugfix because this not being done is an oversight of the original PR: the original PR is largely worthless without this.
This commit is contained in:
Erki
2020-07-26 19:30:04 +03:00
committed by GitHub
parent 3f179063da
commit 7e9256616a
2 changed files with 13 additions and 4 deletions
@@ -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