Fixes borg missing messenger app (#13861)

* Fixes borg missing messenger app

* Update code/modules/modular_computers/hardware/hard_drive.dm

Co-authored-by: OrionTheFox <76465278+OrionTheFox@users.noreply.github.com>

* Update code/modules/modular_computers/hardware/hard_drive.dm

Co-authored-by: OrionTheFox <76465278+OrionTheFox@users.noreply.github.com>

* Notations missed

* Reverts unnecessary changes

* beep3

Co-authored-by: OrionTheFox <76465278+OrionTheFox@users.noreply.github.com>
This commit is contained in:
Zergspower
2022-05-27 12:07:12 -05:00
committed by GitHub
parent 7fb547c91b
commit 7a92d69d13

View File

@@ -188,6 +188,11 @@
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
/* SKYRAT EDIT ADDITION Start- Returns Messenger to borgs */
var/datum/computer_file/program/messenger/messenger = new(src)
messenger.is_silicon = TRUE
store_file(messenger)
/* SKYRAT EDIT ADDITION End- Returns Messenger to borgs */
// Syndicate variant - very slight better
/obj/item/computer_hardware/hard_drive/portable/syndicate