diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index a84e0712ee2..e95107cb1e5 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -338,6 +338,15 @@ begin_day = 1 begin_month = NOVEMBER +/datum/holiday/october_revolution + name = "October Revolution" + begin_day = 6 + begin_month = NOVEMBER + end_day = 7 + +/datum/holiday/october_revolution/getStationPrefix() + return pick("Communist", "Soviet", "Bolshevik", "Socialist", "Red", "Workers'") + /datum/holiday/kindness name = "Kindness Day" begin_day = 13