From 763fee141def0fa54b4568220bde9a5dcb55c46f Mon Sep 17 00:00:00 2001 From: Ragolution Date: Sat, 29 Feb 2020 01:11:20 -0500 Subject: [PATCH] Adds new audio file to defines in ticker for round-end sounds. hello ticker my old friend ive come to fuck with you again the memes to my mind, slowly creeping shitposts when i should probably be sleeping and the question that was planted in my brain still remains why the fuck is this in the /ticker/ --- code/controllers/subsystem/ticker.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 5d960964a0..aed25c8e03 100755 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -701,6 +701,7 @@ SUBSYSTEM_DEF(ticker) round_end_sound = pick(\ 'sound/roundend/newroundsexy.ogg', 'sound/roundend/apcdestroyed.ogg', + 'sound/roundend/seeyoulateokay.ogg', 'sound/roundend/bangindonk.ogg', 'sound/roundend/leavingtg.ogg', 'sound/roundend/its_only_game.ogg',