Merge pull request #12926 from GlitchyCore/master

Adds a new fun round end sound
This commit is contained in:
silicons
2020-08-05 15:14:20 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -711,7 +711,8 @@ SUBSYSTEM_DEF(ticker)
'sound/roundend/yeehaw.ogg',
'sound/roundend/disappointed.ogg',
'sound/roundend/gondolabridge.ogg',
'sound/roundend/haveabeautifultime.ogg'\
'sound/roundend/haveabeautifultime.ogg',
'sound/roundend/CitadelStationHasSeenBetterDays.ogg'\
)
SEND_SOUND(world, sound(round_end_sound))