mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Adds custom Konyang lobby music. (#18478)
* Adds custom Konyang lobby music. * fix the credits before the police kills my ass --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -73,6 +73,13 @@
|
||||
sector_hud_menu = 'icons/misc/hudmenu/konyang_hud.dmi'
|
||||
sector_hud_arrow = "menu_arrow"
|
||||
|
||||
lobby_tracks = list(
|
||||
'sound/music/lobby/konyang/konyang-1.ogg',
|
||||
'sound/music/lobby/konyang/konyang-2.ogg',
|
||||
'sound/music/lobby/konyang/konyang-3.ogg',
|
||||
'sound/music/lobby/konyang/konyang-4.ogg'
|
||||
)
|
||||
|
||||
lore_radio_stations = list(
|
||||
"73.2 Navy Broadcasting Service" = "config/lore_radio/konyang/73.2_Navy_Broadcasting_Service.txt",
|
||||
"122 Great Blue Dot" = "config/lore_radio/konyang//122_Great_Blue_Dot.txt",
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
var/sector_hud_menu_sound = null //if this is set, it will override the hud menu click sound
|
||||
var/sector_hud_arrow = null //if this is set, it will use an overlay instead of the animation that makes the button bigger
|
||||
|
||||
/// Lobby music overrides.
|
||||
var/list/lobby_tracks
|
||||
|
||||
//vars used by the meteor random event
|
||||
|
||||
var/list/meteors_minor = list(
|
||||
|
||||
Reference in New Issue
Block a user