mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Makes Overmap processing happen on a priority subsystem. (#15568)
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
/obj/machinery/computer/ship/helm/proc/get_eta()
|
||||
var/ETA = connected.ETA()
|
||||
if(ETA && connected.get_speed())
|
||||
return "[round(ETA/10)] seconds"
|
||||
return "[round(ETA/7)] seconds"
|
||||
else
|
||||
return "N/A"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user