diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index 0e74fedded6a..bf33e94107bb 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -252,7 +252,12 @@ name = "Independence Day" begin_day = 4 begin_month = JULY - + lobby_music = list( + "https://www.youtube.com/watch?v=5uPoDNEn3I0", // america + "https://www.youtube.com/watch?v=ec0XKhAHR5I", // fortunate (how did i forget a slash) + "https://www.youtube.com/watch?v=9Cyokaj3BJU", // alabama + "https://www.youtube.com/watch?v=1vrEljMfXYo" // country roads + ) /datum/holiday/USA/getStationPrefix() return pick("Independent","American","Burger","Bald Eagle","Star-Spangled", "Fireworks") @@ -498,6 +503,7 @@ Since Ramadan is an entire month that lasts 29.5 days on average, the start and "https://www.youtube.com/watch?v=maYCStVzjDs", // deer song "https://www.youtube.com/watch?v=Dkq3LD-4pmM" // jolly christmas ) + /datum/holiday/xmas/greet() return "Have a merry Christmas!"