Makes Overmap processing happen on a priority subsystem. (#15568)

This commit is contained in:
Matt Atlas
2023-02-03 12:30:48 +01:00
committed by GitHub
parent b719a883a5
commit 689c5cafc9
6 changed files with 57 additions and 3 deletions
+1 -1
View File
@@ -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"