Merge pull request #27393 from coiax/annoyed-admirals

Annoyed admirals recalling shuttles
This commit is contained in:
oranges
2017-05-20 17:13:13 +12:00
committed by GitHub
4 changed files with 55 additions and 2 deletions
+5
View File
@@ -281,6 +281,11 @@
minor_announce("The emergency shuttle will reach its destination in [round(SSshuttle.emergency.timeLeft(600))] minutes.")
message_admins("<span class='adminnotice'>[key_name_admin(usr)] edited the Emergency Shuttle's timeleft to [timer] seconds.</span>")
href_list["secrets"] = "check_antagonist"
else if(href_list["trigger_centcom_recall"])
if(!check_rights(R_ADMIN))
return
trigger_centcom_recall()
else if(href_list["toggle_continuous"])
if(!check_rights(R_ADMIN))