Further Ambience Tweaks (#14716)

This commit is contained in:
SleepyGemmy
2022-09-11 20:45:30 +02:00
committed by GitHub
parent 1fe1d1020f
commit bf3a6b5119
14 changed files with 136 additions and 86 deletions

View File

@@ -299,7 +299,7 @@ var/datum/controller/subsystem/vote/SSvote
to_world("<span class='vote'><b>[text]</b>\nType <b>vote</b> or click <a href='?src=\ref[src];open=1'>here</a> to place your votes.\nYou have [config.vote_period/10] seconds to vote.</span>")
for(var/cc in clients)
var/client/C = cc
if(C.prefs.asfx_togs & ASFX_VOTE) //Personal mute
if(C.prefs.sfx_toggles & ASFX_VOTE) //Personal mute
switch(vote_type)
if("crew_transfer")
sound_to(C, sound('sound/effects/vote.ogg', repeat = 0, wait = 0, volume = 50, channel = 3))