Synthetic Access to Shuttle Manifest (#20199)

Fixes https://github.com/Aurorastation/Aurora.3/issues/19899 that was
mostly fixed by https://github.com/Aurorastation/Aurora.3/pull/19860 by
replacing docking port program with shuttle manifest

I should be fine for AI to edit shuttle manifest considering it already
can edit records

Cyborgs given access to shuttle manifest considering that modules such
as Mining go on expeditions

---------

Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
Ben
2024-12-24 07:42:18 -05:00
committed by GitHub
parent 6bc8d93419
commit 0fd0dd463a
3 changed files with 86 additions and 36 deletions
@@ -13,7 +13,7 @@
hard_drive.store_file(new /datum/computer_file/program/rcon_console(src))
hard_drive.store_file(new /datum/computer_file/program/suit_sensors(src))
hard_drive.store_file(new /datum/computer_file/program/power_monitor(src))
hard_drive.store_file(new /datum/computer_file/program/docks(src))
hard_drive.store_file(new /datum/computer_file/program/away_manifest(src))
hard_drive.store_file(new /datum/computer_file/program/implant_tracker(src))
hard_drive.store_file(new /datum/computer_file/program/guntracker(src))
hard_drive.store_file(new /datum/computer_file/program/comm(src))