mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 04:26:38 +01:00
Merge pull request #452 from Sharkmare/patch-47
Holiday specific Jukebox tracks
This commit is contained in:
@@ -36,6 +36,8 @@ var/global/list/all_lobby_tracks = list()
|
||||
// Read the jukebox configuration file on system startup.
|
||||
/hook/startup/proc/load_jukebox_tracks()
|
||||
var/jukebox_track_file = "config/jukebox.json"
|
||||
if(Holiday == "April Fool's Day")
|
||||
jukebox_track_file = "config/apriljukebox.json"
|
||||
if(!fexists(jukebox_track_file))
|
||||
warning("File not found: [jukebox_track_file]")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user