Merge pull request #52048 from Tlaltecuhtli/shutte-doors

votes now play a sound when they get started
This commit is contained in:
skoglol
2020-07-08 17:17:35 +02:00
committed by GitHub
4 changed files with 5 additions and 1 deletions
+2
View File
@@ -229,6 +229,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 TRUE
return FALSE
+1 -1
View File
@@ -1,4 +1,4 @@
hit_punch.ogg and hit_kick.ogg are made by Taira Komori
hit_punch.ogg and hit_kick.ogg are made by Taira Komori
(https://taira-komori.jpn.org/freesounden.html)
cartoon_pop.ogg by Tobiasz 'unfa' Karoń
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
bloop.ogg by my man Tim Khan
(https://freesound.org/people/tim.kahn/sounds/130377/)