mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Correct for our change in the crew transfer
Signed-off-by: izac <izac10@live.com>
This commit is contained in:
@@ -18,7 +18,7 @@ datum/controller/transfer_controller/proc/process()
|
|||||||
currenttick = currenttick + 1
|
currenttick = currenttick + 1
|
||||||
if (round_duration_in_ticks >= shift_last_vote - 2 MINUTES) //VOREStation Edit START
|
if (round_duration_in_ticks >= shift_last_vote - 2 MINUTES) //VOREStation Edit START
|
||||||
shift_last_vote = 999999999999 //Setting to a stupidly high number since it'll be not used again.
|
shift_last_vote = 999999999999 //Setting to a stupidly high number since it'll be not used again.
|
||||||
world << "Warning: This upcoming extend vote will be your LAST extend vote. Wrap up your scenes in the next 60 minutes if the vote succeeds." //VOREStation Edit
|
world << "Warning: This upcoming extend vote will be your ONE and ONLY Transfer vote for the next ten hours. Wrap up your scenes if the vote succeeds." //VOREStation Edit
|
||||||
if (round_duration_in_ticks >= shift_hard_end - 1 MINUTE)
|
if (round_duration_in_ticks >= shift_hard_end - 1 MINUTE)
|
||||||
init_shift_change(null, 1)
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user