mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 17:36:52 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user