mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Merge pull request #52048 from Tlaltecuhtli/shutte-doors
votes now play a sound when they get started
This commit is contained in:
@@ -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,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.
@@ -0,0 +1,2 @@
|
||||
bloop.ogg by my man Tim Khan
|
||||
(https://freesound.org/people/tim.kahn/sounds/130377/)
|
||||
Reference in New Issue
Block a user