mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Re-adds the MOTD and adds mechanical support for ports of call. (#18570)
* Re-adds the message of the day. * Re-adds the MOTD and adds mechanical support for ports of call. * sddsds * Destroy it all! * incorrect info * grammar and shit --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -35,7 +35,8 @@ SUBSYSTEM_DEF(statpanels)
|
||||
"Round Time: [get_round_duration_formatted()]",
|
||||
"Ship Time: [worldtime2text()]",
|
||||
"Current Space Sector: [SSatlas.current_sector.name]",
|
||||
"Last Transfer Vote: [GLOB.last_transfer_vote ? time2text(GLOB.last_transfer_vote, "hh:mm") : "Never"]"
|
||||
"Last Transfer Vote: [GLOB.last_transfer_vote ? time2text(GLOB.last_transfer_vote, "hh:mm") : "Never"]",
|
||||
"Next Port Visit: [SSatlas.current_sector.next_port_visit_string]"
|
||||
)
|
||||
if(eta_status)
|
||||
global_data += eta_status
|
||||
|
||||
Reference in New Issue
Block a user