From 463b41cd062c55c2fe99495ec227c92f95e0079b Mon Sep 17 00:00:00 2001 From: Shadow-Quill <44811257+Shadow-Quill@users.noreply.github.com> Date: Tue, 24 Mar 2020 21:42:01 -0500 Subject: [PATCH] Grammar --- code/controllers/autotransfer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/autotransfer.dm b/code/controllers/autotransfer.dm index 12f54e55b6..df2acc8175 100644 --- a/code/controllers/autotransfer.dm +++ b/code/controllers/autotransfer.dm @@ -19,7 +19,7 @@ datum/controller/transfer_controller/process() //VOREStation Edit START if (round_duration_in_ticks >= shift_last_vote - 2 MINUTES) shift_last_vote = 999999999999 //Setting to a stupidly high number since it'll be not used again. - to_world("Warning: You have one hour left of the shift. Wrap up your scenes in the next 60 minutes before the transfer is called.") //VOREStation Edit + to_world("Warning: You have one hour left in the shift. Wrap up your scenes in the next 60 minutes before the transfer is called.") //VOREStation Edit if (round_duration_in_ticks >= shift_hard_end - 1 MINUTE) init_shift_change(null, 1) shift_hard_end = timerbuffer + config.vote_autotransfer_interval //If shuttle somehow gets recalled, let's force it to call again next time a vote would occur.