From 9782cc04eb4c605748ba0e93a85ef0437c8f0c63 Mon Sep 17 00:00:00 2001 From: monster860 Date: Wed, 19 Dec 2018 19:04:18 -0500 Subject: [PATCH] Add October Revolution holiday (#42004) --- code/modules/holiday/holidays.dm | 9 +++++++++ 1 file changed, 9 insertions(+) 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