From 6d1258bc11a61dc6cfafa15fb8b7dacbd17f44bc Mon Sep 17 00:00:00 2001 From: izac112 Date: Tue, 19 Nov 2019 22:58:44 +0100 Subject: [PATCH] Edit --- code/controllers/subsystems/vote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystems/vote.dm b/code/controllers/subsystems/vote.dm index ab97b82575..c4a720ad62 100644 --- a/code/controllers/subsystems/vote.dm +++ b/code/controllers/subsystems/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?" //VOREStation Edit + question = "Your PDA beeps with a message from Central. Would you like an additional four hours to finish ongoing projects?" //Yawn Wider Edit 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)