Adds new ambience sounds. (#9672)

This commit is contained in:
Wowzewow (Wezzy)
2020-08-22 11:32:44 +02:00
committed by GitHub
parent 838a7d811c
commit 4f3f929337
134 changed files with 334 additions and 93 deletions
+2 -2
View File
@@ -295,9 +295,9 @@ var/datum/controller/subsystem/vote/SSvote
if("crew_transfer")
C << sound('sound/effects/vote.ogg', repeat = 0, wait = 0, volume = 50, channel = 3)
if("gamemode")
C << sound('sound/ambience/alarm4.ogg', repeat = 0, wait = 0, volume = 50, channel = 3)
C << sound('sound/ambience/vote_alarm.ogg', repeat = 0, wait = 0, volume = 50, channel = 3)
if("custom")
C << sound('sound/ambience/alarm4.ogg', repeat = 0, wait = 0, volume = 50, channel = 3)
C << sound('sound/ambience/vote_alarm.ogg', repeat = 0, wait = 0, volume = 50, channel = 3)
if(mode == "gamemode" && round_progressing)
round_progressing = 0
to_world("<font color='red'><b>Round start has been delayed.</b></font>")