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