Replaces vote sound with tgmc's (#162)

This commit is contained in:
SandPoot
2021-06-03 15:40:59 -03:00
committed by GitHub
parent ae537af13e
commit dbb00aec20
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -548,7 +548,7 @@ SUBSYSTEM_DEF(vote)
choice_statclicks[choice] = "[i]"
//
for(var/c in GLOB.clients)
SEND_SOUND(c, sound('sound/misc/server-ready.ogg'))
SEND_SOUND(c, sound('sound/misc/votestart.ogg'))
var/client/C = c
var/datum/action/vote/V = new
if(question)