diff --git a/code/controllers/subsystems/vote.dm b/code/controllers/subsystems/vote.dm index dfa154c560..5bd74eaea9 100644 --- a/code/controllers/subsystems/vote.dm +++ b/code/controllers/subsystems/vote.dm @@ -255,7 +255,7 @@ SUBSYSTEM_DEF(vote) to_world("[text]\nType vote or click here to place your votes.\nYou have [config.vote_period / 10] seconds to vote.") if(vote_type == VOTE_CREW_TRANSFER || vote_type == VOTE_GAMEMODE || vote_type == VOTE_CUSTOM) - world << sound('sound/misc/notice1.ogg', repeat = 0, wait = 0, volume = 50, channel = 3) + world << sound('sound/misc/notice1.ogg', repeat = 0, wait = 0, volume = 50, channel = 3) //YW Edit if(mode == VOTE_GAMEMODE && round_progressing)