Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
8 changes: 7 additions & 1 deletion code/modules/holiday/holidays.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down Expand Up @@ -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!"

Expand Down