From 4fc38df10d142587bf1bb49415227d6f409a815a Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 23 Aug 2020 20:49:14 +0200 Subject: [PATCH] [MIRROR] Changing how fast the emergency shuttle arrives now gives a more accurate estimate (#482) * Changing how fast the emergency shuttle arrives now gives a more accurate estimate (#53129) * Changing how fast the emergency shuttle arrives now gives a more accurate estimate Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> --- code/modules/admin/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index d2e860cf554..7c3ba200bd3 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -238,7 +238,7 @@ return SSshuttle.emergency.setTimer(timer*10) log_admin("[key_name(usr)] edited the Emergency Shuttle's timeleft to [timer] seconds.") - minor_announce("The emergency shuttle will reach its destination in [round(SSshuttle.emergency.timeLeft(600))] minutes.") + minor_announce("The emergency shuttle will reach its destination in [DisplayTimeText(timer/10)].") message_admins("[key_name_admin(usr)] edited the Emergency Shuttle's timeleft to [timer] seconds.") else if(href_list["trigger_centcom_recall"]) if(!check_rights(R_ADMIN))