diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 0a5c787d3bfd..6ae8b0e62409 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -282,7 +282,7 @@ SUBSYSTEM_DEF(ticker) to_chat(world, "Welcome to [station_name()], enjoy your stay!") SSredbot.send_discord_message("ooc", "**A new round has begun.**") - SEND_SOUND(world, sound('sound/ai/welcome.ogg')) + SEND_SOUND(world, sound('sound/roundstart/addiguana.ogg')) current_state = GAME_STATE_PLAYING Master.SetRunLevel(RUNLEVEL_GAME) @@ -571,15 +571,12 @@ SUBSYSTEM_DEF(ticker) update_everything_flag_in_db() if(!round_end_sound) round_end_sound = pick(\ - 'sound/roundend/newroundsexy.ogg', - 'sound/roundend/apcdestroyed.ogg', - 'sound/roundend/bangindonk.ogg', - 'sound/roundend/leavingtg.ogg', - 'sound/roundend/its_only_game.ogg', - 'sound/roundend/yeehaw.ogg', - 'sound/roundend/disappointed.ogg', - 'sound/roundend/scrunglartiy.ogg', - 'sound/roundend/petersondisappointed.ogg'\ + 'sound/roundend/deliguana.ogg', + 'sound/roundend/undecided.ogg', + 'sound/roundend/repair.ogg', + 'sound/roundend/boowomp.ogg', + 'sound/roundend/shiptestingthursday.ogg', + 'sound/roundend/gayrights.ogg'\ ) ///The reference to the end of round sound that we have chosen. var/sound/end_of_round_sound_ref = sound(round_end_sound) diff --git a/sound/roundend/apcdestroyed.ogg b/sound/roundend/apcdestroyed.ogg deleted file mode 100644 index 7fe77dd52366..000000000000 Binary files a/sound/roundend/apcdestroyed.ogg and /dev/null differ diff --git a/sound/roundend/bangindonk.ogg b/sound/roundend/bangindonk.ogg deleted file mode 100644 index b3a3624de56d..000000000000 Binary files a/sound/roundend/bangindonk.ogg and /dev/null differ diff --git a/sound/roundend/boowomp.ogg b/sound/roundend/boowomp.ogg new file mode 100644 index 000000000000..1a1ed5878b10 Binary files /dev/null and b/sound/roundend/boowomp.ogg differ diff --git a/sound/roundend/deliguana.ogg b/sound/roundend/deliguana.ogg new file mode 100644 index 000000000000..058900271040 Binary files /dev/null and b/sound/roundend/deliguana.ogg differ diff --git a/sound/roundend/disappointed.ogg b/sound/roundend/disappointed.ogg deleted file mode 100644 index 4a35dc5c5138..000000000000 Binary files a/sound/roundend/disappointed.ogg and /dev/null differ diff --git a/sound/roundend/gayrights.ogg b/sound/roundend/gayrights.ogg new file mode 100644 index 000000000000..230a421f0096 Binary files /dev/null and b/sound/roundend/gayrights.ogg differ diff --git a/sound/roundend/its_only_game.ogg b/sound/roundend/its_only_game.ogg deleted file mode 100644 index 3fe36eee9550..000000000000 Binary files a/sound/roundend/its_only_game.ogg and /dev/null differ diff --git a/sound/roundend/leavingtg.ogg b/sound/roundend/leavingtg.ogg deleted file mode 100644 index 455dc9fb1190..000000000000 Binary files a/sound/roundend/leavingtg.ogg and /dev/null differ diff --git a/sound/roundend/newroundsexy.ogg b/sound/roundend/newroundsexy.ogg deleted file mode 100644 index afe5630f04df..000000000000 Binary files a/sound/roundend/newroundsexy.ogg and /dev/null differ diff --git a/sound/roundend/petersondisappointed.ogg b/sound/roundend/petersondisappointed.ogg deleted file mode 100644 index 3e8a3a2857bc..000000000000 Binary files a/sound/roundend/petersondisappointed.ogg and /dev/null differ diff --git a/sound/roundend/repair.ogg b/sound/roundend/repair.ogg new file mode 100644 index 000000000000..756abb5a4b7c Binary files /dev/null and b/sound/roundend/repair.ogg differ diff --git a/sound/roundend/scrunglartiy.ogg b/sound/roundend/scrunglartiy.ogg deleted file mode 100644 index 8019b567449d..000000000000 Binary files a/sound/roundend/scrunglartiy.ogg and /dev/null differ diff --git a/sound/roundend/shiptestingthursday.ogg b/sound/roundend/shiptestingthursday.ogg new file mode 100644 index 000000000000..9943d78f7262 Binary files /dev/null and b/sound/roundend/shiptestingthursday.ogg differ diff --git a/sound/roundend/undecided.ogg b/sound/roundend/undecided.ogg new file mode 100644 index 000000000000..604cbe8b6dc9 Binary files /dev/null and b/sound/roundend/undecided.ogg differ diff --git a/sound/roundend/yeehaw.ogg b/sound/roundend/yeehaw.ogg deleted file mode 100644 index ddc56fbfe9df..000000000000 Binary files a/sound/roundend/yeehaw.ogg and /dev/null differ diff --git a/sound/roundstart/addiguana.ogg b/sound/roundstart/addiguana.ogg new file mode 100644 index 000000000000..8b21b9835516 Binary files /dev/null and b/sound/roundstart/addiguana.ogg differ