Fix the program at the cyborg tablet (#7433)

This commit is contained in:
twilightwanderer
2021-08-06 16:06:25 +03:00
committed by GitHub
parent a453f82d86
commit 356a8bbe67

View File

@@ -109,4 +109,4 @@
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
hard_drive.store_file(new /datum/computer_file/program/crew_manifest) // SKYRAT EDIT ADD