From 5a95f8823e616af9cfa55bdd5d3883c665e8e8fe Mon Sep 17 00:00:00 2001 From: Tom <8881105+tf-4@users.noreply.github.com> Date: Sun, 22 May 2022 20:13:50 +0100 Subject: [PATCH] Adds manifest to borg integrated tablets (#13427) * Adds manifest to borg integrated tablets * Update code/modules/modular_computers/hardware/hard_drive.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> --- code/modules/modular_computers/hardware/hard_drive.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/modular_computers/hardware/hard_drive.dm b/code/modules/modular_computers/hardware/hard_drive.dm index 548323074d5..2e4ad4cc0f9 100644 --- a/code/modules/modular_computers/hardware/hard_drive.dm +++ b/code/modules/modular_computers/hardware/hard_drive.dm @@ -187,6 +187,7 @@ store_file(new /datum/computer_file/program/computerconfig(src)) // Computer configuration utility, allows hardware control and displays more info than status bar store_file(new /datum/computer_file/program/filemanager(src)) // File manager, allows text editor functions and basic file manipulation. store_file(new /datum/computer_file/program/robotact(src)) + store_file(new /datum/computer_file/program/crew_manifest(src)) // SKYRAT EDIT ADDITION - Manifests for cyborgs // Syndicate variant - very slight better /obj/item/computer_hardware/hard_drive/portable/syndicate