From 6909944890b15a4a2d24cd2ef02bb4dd54c839cc Mon Sep 17 00:00:00 2001 From: Tom <8881105+tf-4@users.noreply.github.com> Date: Thu, 21 Apr 2022 00:04:25 +0100 Subject: [PATCH] Adds crew manifest to tablets by default (#12943) --- 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 a131ecb1bf5..8dec6e6f81b 100644 --- a/code/modules/modular_computers/hardware/hard_drive.dm +++ b/code/modules/modular_computers/hardware/hard_drive.dm @@ -175,6 +175,7 @@ store_file(new /datum/computer_file/program/messenger(src)) store_file(new /datum/computer_file/program/notepad(src)) + store_file(new /datum/computer_file/program/crew_manifest(src)) // SKYRAT EDIT ADD // For borg integrated tablets. No downloader. /obj/item/computer_hardware/hard_drive/small/integrated/install_default_programs()