From 1c6e73fef1ea2650dc5ea2709f774c8df14d7440 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 13 Apr 2022 22:51:39 +0200 Subject: [PATCH] [MIRROR] Adds Ukraine's Independence Day as a holiday, since the child attacking our hosting requested goofball PRs. [MDB IGNORE] (#12715) * Adds Ukraine's Independence Day as a holiday. (#66158) The person DDOSing our servers requested all of my PRs be merged, so I figured I'd open a PR for them. About The Pull Request Adds Ukraine's Independence Day as a holiday. Why It's Good For The Game Well, the DDOS person requested we merge goofball PRs, so I'm doing my part to stop the DDOS. giphy Changelog cl server: Adds Ukraine's Independence Day as a holiday, since the child attacking our hosting requested goofball PRs. /cl * Adds Ukraine's Independence Day as a holiday, since the child attacking our hosting requested goofball PRs. Co-authored-by: Iamgoofball --- code/modules/holiday/holidays.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index 5019fbfc598..1b588ac25b0 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -414,6 +414,16 @@ /datum/holiday/indigenous/getStationPrefix() return pick("Endangered language", "Word", "Language", "Language revitalization", "Potato", "Corn") + +// AUGUST + +/datum/holiday/ukraine + name = "Independence Day of Ukraine" + begin_month = AUGUST + begin_day = 24 + +/datum/holiday/indigenous/getStationPrefix() + return pick("Kyiv", "Ukraine") // SEPTEMBER