From 8b3f923022578b29bfe31ef1a79f5e6e793c86ae Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Thu, 16 Jan 2020 23:10:26 -0500 Subject: [PATCH] One hour each vote, ya dork Changelog Notes: - Mirrors https://github.com/CHOMPStation2/CHOMPStation2/commit/8635c10cb7ec99f098ac49d176f6f0b0ecc5c8b1#diff-4c8c96ffe84f42601f70e27064063cd0 --- code/controllers/vote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/vote.dm b/code/controllers/vote.dm index 14f2d91939..17102d0475 100644 --- a/code/controllers/vote.dm +++ b/code/controllers/vote.dm @@ -220,7 +220,7 @@ SUBSYSTEM_DEF(vote) if(ticker.current_state <= GAME_STATE_SETTING_UP) initiator_key << "The crew transfer button has been disabled!" return 0 - question = "Your PDA beeps with a message from Central. Would you like an additional four hours to finish ongoing projects?" //Yawn Wider Edit + question = "Your PDA beeps with a message from Central. Would you like an additional hour to finish ongoing projects?" //Yawn Wider Edit //CHOMP EDIT: Changed to 'one' hour. choices.Add("Initiate Crew Transfer", "Extend the Shift") //VOREStation Edit if(VOTE_ADD_ANTAGONIST) if(!config.allow_extra_antags || ticker.current_state >= GAME_STATE_SETTING_UP)