fixes medical computers lacking the download program (#15826)

* lets u download medical program yay

* Minor Changelog Fix

---------

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
anconfuzedrock
2023-02-15 15:52:37 -05:00
committed by GitHub
parent 53c6873131
commit 3c484b001b
2 changed files with 7 additions and 0 deletions

View File

@@ -102,6 +102,7 @@
/datum/modular_computer_app_presets/medical/return_install_programs(obj/item/modular_computer/comp)
var/list/_prg_list = list(
new /datum/computer_file/program/ntnetdownload(comp),
new /datum/computer_file/program/filemanager(comp),
new /datum/computer_file/program/newsbrowser(comp),
new /datum/computer_file/program/manifest(comp),