[NON-MODULAR] Gives borgs the crew manifest NTOS app (#7134)

This commit is contained in:
FlamingLily
2021-07-26 16:07:16 +01:00
committed by GitHub
parent e7727aac9c
commit fc781c86e3
@@ -104,7 +104,9 @@
//Borg Built-in tablet
/obj/item/modular_computer/tablet/integrated/Initialize()
. = ..()
var/obj/item/computer_hardware/hard_drive/small/integrated/hard_drive = new // SKYRAT EDIT ADD
install_component(new /obj/item/computer_hardware/processor_unit/small)
install_component(new /obj/item/computer_hardware/hard_drive/small/integrated)
install_component(hard_drive) // SKYRAT EDIT -- ORIGINAL install_component(new /obj/item/computer_hardware/hard_drive/small/integrated/)
install_component(new /obj/item/computer_hardware/recharger/cyborg)
install_component(new /obj/item/computer_hardware/network_card/integrated)
hard_drive.store_file(/datum/computer_file/program/crew_manifest) // SKYRAT EDIT ADD