Changes it from "an additional hour" to "an additional four hours"

This commit is contained in:
izac112
2019-11-19 22:54:55 +01:00
parent 44cbaa7b03
commit f43601eecd

View File

@@ -220,7 +220,7 @@ SUBSYSTEM_DEF(vote)
if(ticker.current_state <= GAME_STATE_SETTING_UP) if(ticker.current_state <= GAME_STATE_SETTING_UP)
initiator_key << "The crew transfer button has been disabled!" initiator_key << "The crew transfer button has been disabled!"
return 0 return 0
question = "Your PDA beeps with a message from Central. Would you like an additional hour 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?" //VOREStation Edit
choices.Add("Initiate Crew Transfer", "Extend the Shift") //VOREStation Edit choices.Add("Initiate Crew Transfer", "Extend the Shift") //VOREStation Edit
if(VOTE_ADD_ANTAGONIST) if(VOTE_ADD_ANTAGONIST)
if(!config.allow_extra_antags || ticker.current_state >= GAME_STATE_SETTING_UP) if(!config.allow_extra_antags || ticker.current_state >= GAME_STATE_SETTING_UP)