From f2c292799b00ee0bc29d454664caf17ddd4125ca Mon Sep 17 00:00:00 2001 From: Jamie D <993128+JamieD1@users.noreply.github.com> Date: Sun, 19 Jun 2022 12:22:47 +0100 Subject: [PATCH 1/2] Update ticker.dm --- yogstation/code/controllers/subsystem/ticker.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/yogstation/code/controllers/subsystem/ticker.dm b/yogstation/code/controllers/subsystem/ticker.dm index 3076315852e0..2d81c0deb375 100644 --- a/yogstation/code/controllers/subsystem/ticker.dm +++ b/yogstation/code/controllers/subsystem/ticker.dm @@ -48,6 +48,7 @@ "https://www.youtube.com/watch?v=zquJ6AqvVNw", // Dungeons of Dredmor - Diggle Hell "https://www.youtube.com/watch?v=cYUGOSjRs3Q", // Blake Robinson - Traitor's Motif "https://www.youtube.com/watch?v=uiPJQgw6M_g", // Ribbiks - Chasing Suns + "https://www.youtube.com/watch?v=QHDMqWMzBG8", // FTL: Faster Than Light - Theme Song "https://www.youtube.com/watch?v=7F_xOzLWy5U") // Ataraxia - Deja Vuzz selected_lobby_music = pick(songs) From 00e8df82445d60bfd9f78b2913fe5cc8e0827925 Mon Sep 17 00:00:00 2001 From: Jamie D <993128+JamieD1@users.noreply.github.com> Date: Sun, 19 Jun 2022 12:29:40 +0100 Subject: [PATCH 2/2] Update ticker.dm --- yogstation/code/controllers/subsystem/ticker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yogstation/code/controllers/subsystem/ticker.dm b/yogstation/code/controllers/subsystem/ticker.dm index 2d81c0deb375..f37e1a393d15 100644 --- a/yogstation/code/controllers/subsystem/ticker.dm +++ b/yogstation/code/controllers/subsystem/ticker.dm @@ -48,7 +48,7 @@ "https://www.youtube.com/watch?v=zquJ6AqvVNw", // Dungeons of Dredmor - Diggle Hell "https://www.youtube.com/watch?v=cYUGOSjRs3Q", // Blake Robinson - Traitor's Motif "https://www.youtube.com/watch?v=uiPJQgw6M_g", // Ribbiks - Chasing Suns - "https://www.youtube.com/watch?v=QHDMqWMzBG8", // FTL: Faster Than Light - Theme Song + "https://www.youtube.com/watch?v=VJ817kvh_DM", // Ben Prunty - FTL - Theme Song "https://www.youtube.com/watch?v=7F_xOzLWy5U") // Ataraxia - Deja Vuzz selected_lobby_music = pick(songs)