mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Fix Travis
This commit is contained in:
@@ -38,11 +38,11 @@
|
||||
src.authorized += W:registered_name
|
||||
if (src.auth_need - src.authorized.len > 0)
|
||||
message_admins("[key_name_admin(user)] has authorized early shuttle launch")
|
||||
log_game("[key_name(user.ckey] has authorized early shuttle launch",ckey=key_name(user))
|
||||
log_game("[key_name(user.ckey)] has authorized early shuttle launch",ckey=key_name(user))
|
||||
world << text("<span class='notice'><b>Alert: [] authorizations needed until shuttle is launched early</b></span>", src.auth_need - src.authorized.len)
|
||||
else
|
||||
message_admins("[key_name_admin(user)] has launched the shuttle")
|
||||
log_game("[key_name(user.ckey] has launched the shuttle early",ckey=key_name(user))
|
||||
log_game("[key_name(user.ckey)] has launched the shuttle early",ckey=key_name(user))
|
||||
world << "<span class='notice'><b>Alert: Shuttle launch time shortened to 10 seconds!</b></span>"
|
||||
emergency_shuttle.set_launch_countdown(10)
|
||||
//src.authorized = null
|
||||
|
||||
Reference in New Issue
Block a user