This commit is contained in:
swissloaf
2020-07-21 16:33:48 -05:00
committed by GitHub
parent 55546d9770
commit 1b82814f9f
2 changed files with 2 additions and 0 deletions

View File

@@ -226,6 +226,8 @@ SUBSYSTEM_DEF(vote)
C.player_details.player_actions += V
V.Grant(C.mob)
generated_actions += V
if(C.prefs.toggles & SOUND_ANNOUNCEMENTS)
SEND_SOUND(C, sound('sound/misc/bloop.ogg'))
return 1
return 0