diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index 0a16977c5c1..ec07f89ea52 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -659,6 +659,26 @@ drone_hat = /obj/item/clothing/head/costume/santa mail_holiday = TRUE +/datum/holiday/xmas/getStationPrefix() + return pick( + "Bible", + "Birthday", + "Chimney", + "Claus", + "Crucifixion", + "Elf", + "Fir", + "Ho Ho Ho", + "Jesus", + "Jolly", + "Merry", + "Present", + "Sack", + "Santa", + "Sleigh", + "Yule", + ) + /datum/holiday/xmas/greet() return "Have a merry Christmas!"