From eb157c5bf4d95fe4de679d369c68cafe2b404e0a Mon Sep 17 00:00:00 2001 From: Shadow Quill Date: Fri, 17 Apr 2020 03:53:37 -0500 Subject: [PATCH] Matteralarm vote~ --- 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 4e34f0b578..2987a9ede2 100644 --- a/code/controllers/subsystems/vote.dm +++ b/code/controllers/subsystems/vote.dm @@ -254,7 +254,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/ambience/alarm4.ogg', repeat = 0, wait = 0, volume = 50, channel = 3) + world << sound('sound/ambience/matteralarm.ogg', repeat = 0, wait = 0, volume = 50, channel = 3) if(mode == VOTE_GAMEMODE && round_progressing) round_progressing = 0