Shuttle manifest update (#19345)

Adds some new fields to the shuttle manifest:
- Destination (Per shuttle)
- Heading (Per shuttle)
- Mission (Per shuttle)
- Departure Time (Per Shuttle)
- Return Time (Per Shuttle)
- Expedition/Mission Leader (One per shuttle)
- Shuttle Pilot (One per shuttle)

Also adds the shuttle manifest to Bridge Crew PDAs by default.

<img width="458" alt="image"
src="https://github.com/Aurorastation/Aurora.3/assets/26849270/802d9a8d-9c43-4883-a5a7-d23967616766">
This commit is contained in:
Sparky
2024-06-26 11:16:53 +01:00
committed by GitHub
parent ef018f8b30
commit 0666833d9a
12 changed files with 356 additions and 110 deletions
@@ -135,6 +135,9 @@
// Command / Misc
/obj/item/modular_computer/handheld/preset/bridge
_app_preset_type = /datum/modular_computer_app_presets/bridge
/obj/item/modular_computer/handheld/preset/command
_app_preset_type = /datum/modular_computer_app_presets/command
@@ -130,6 +130,9 @@
// Command / Misc
/obj/item/modular_computer/handheld/pda/bridge
_app_preset_type = /datum/modular_computer_app_presets/bridge
/obj/item/modular_computer/handheld/pda/command
_app_preset_type = /datum/modular_computer_app_presets/command
icon_add = "h"
@@ -55,6 +55,9 @@
_app_preset_type = /datum/modular_computer_app_presets/research
icon_state = "wristbound-tox"
/obj/item/modular_computer/handheld/wristbound/preset/advanced/bridge
_app_preset_type = /datum/modular_computer_app_presets/bridge
/obj/item/modular_computer/handheld/wristbound/preset/advanced/command
_app_preset_type = /datum/modular_computer_app_presets/command
icon_state = "wristbound-h"
@@ -220,6 +223,9 @@
// Command / Misc
/obj/item/modular_computer/handheld/wristbound/preset/pda/bridge
_app_preset_type = /datum/modular_computer_app_presets/bridge
/obj/item/modular_computer/handheld/wristbound/preset/pda/command
_app_preset_type = /datum/modular_computer_app_presets/command
icon_add = "h"