Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds In a Spaceage Mood, to the title screen, by J.G. Thirlwell. #9001

Merged
merged 3 commits into from Jun 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions yogstation/code/controllers/subsystem/ticker.dm
Expand Up @@ -7,7 +7,7 @@
var/list/songs = list("https://www.youtube.com/watch?v=s7dTBoW5H9k", // Electric Light Orchestra - Mr. Blue Sky
"https://www.youtube.com/watch?v=WEhS9Y9HYjU", // Noel Harrison - The Windmills of Your Mind
"https://www.youtube.com/watch?v=UPHmazxB38g", // MashedByMachines - Sector11
"https://soundcloud.com/jeffimam/title-plasma-attack", // Jeff Imam - Title - Plasma Attack
"https://soundcloud.com/jeffimam/title-plasma-attack", // Jeff Imam - Title - Plasma Attack
"https://www.youtube.com/watch?v=KaOC9danxNo", // David Bowie - Space Oddity (Cover by Chris Hadfield)
"https://www.youtube.com/watch?v=f2cGxy-ZHIs", // 脫lafur Arnalds - So Close (feat. Arn贸r Dan)
"https://www.youtube.com/watch?v=UaD4AiqYDyA", // X-CEED - Flip-Flap
Expand All @@ -24,13 +24,14 @@
"https://www.youtube.com/watch?v=w5hBQDepXOE", // Michael Giacchino - Main Theme (STAR TREK Beyond)
"https://www.youtube.com/watch?v=orT5RN3Zwak", // Kirk Franklin - Revolution
"https://www.youtube.com/watch?v=d2xkpz-26jM", // Admiral Hippie - Clown.wmv
"https://www.youtube.com/watch?v=UlHGGKgzgzI", // Elbow - Leaders of the Free World
"https://www.youtube.com/watch?v=ysPtBjY8o_A", // Chris Christodoulou - Risk of Rain Coalescence
"https://www.youtube.com/watch?v=SQOdPQQf2Uo", // Star Trek The Motion Picture: Main Theme Album Style Edit
"https://www.youtube.com/watch?v=UlHGGKgzgzI", // Elbow - Leaders of the Free World
"https://www.youtube.com/watch?v=ysPtBjY8o_A", // Chris Christodoulou - Risk of Rain Coalescence
"https://www.youtube.com/watch?v=SQOdPQQf2Uo", // Star Trek The Motion Picture: Main Theme Album Style Edit
"https://www.youtube.com/watch?v=NQPUMvP2fyM", // Chris Remo - The Wizard
"https://www.youtube.com/watch?v=nRjLv1L0WF8", // Blue Oyster Cult - Sole Survivor
"https://www.youtube.com/watch?v=51Uw-9lNl08", // fIREHOSE - Brave Captain
"https://www.youtube.com/watch?v=RnQofA9CNww", // minomus of DOMU - Winds of Fjords
"https://www.youtube.com/watch?v=xhlH91k-86E", // J.G. Thirlwell - In a Spaceage Mood
"https://www.youtube.com/watch?v=Ld6TfpgJg7g") // Tom Kane - Freeway Jazz

selected_lobby_music = pick(songs)
Expand Down