[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>
This commit is contained in:
SkyratBot
2020-08-23 20:49:14 +02:00
committed by GitHub
parent 68b30b5d6a
commit 4fc38df10d
+1 -1
View File
@@ -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("<span class='adminnotice'>[key_name_admin(usr)] edited the Emergency Shuttle's timeleft to [timer] seconds.</span>")
else if(href_list["trigger_centcom_recall"])
if(!check_rights(R_ADMIN))