diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index 4c3859845bd5..a39531f5c3d8 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -502,7 +502,15 @@ Since Ramadan is an entire month that lasts 29.5 days on average, the start and begin_month = DECEMBER end_day = 27 drone_hat = /obj/item/clothing/head/santa - + lobby_music = list( + "https://www.youtube.com/watch?v=v7s2VjwQSMw", // jingle bells + "https://www.youtube.com/watch?v=x2YlbiyiuMc", // Winter Wonderland + "https://www.youtube.com/watch?v=cW38y4AFGyI", // The Grinch + "https://www.youtube.com/watch?v=zgKazTrhXmI", // frosty the snowman + "https://www.youtube.com/watch?v=oyEyMjdD2uk", // twelve days of christmas + "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!"