From af63b7009e2a80b32c8fbe5a67cc7f3c9e4f27e9 Mon Sep 17 00:00:00 2001 From: Tag103 <194812614+Tag103@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:08:15 +0000 Subject: [PATCH] Adds Reunification Day, on July 17, to the list of holidays (#20531) To the list of holidays, adds the Day of Reunification, commemorating the end of the second bloodiest civil war in all of human history and honoring the millions who gave their lives to save the free world and once again deliver mankind from its worst enemy. --------- Signed-off-by: Tag103 Signed-off-by: Tag103 <194812614+Tag103@users.noreply.github.com> Co-authored-by: Tag103 --- code/game/gamemodes/events/holidays/holidays.dm | 1 + html/changelogs/tag103-risingsun.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/tag103-risingsun.yml diff --git a/code/game/gamemodes/events/holidays/holidays.dm b/code/game/gamemodes/events/holidays/holidays.dm index c305b51a8fc..bb60c905d01 100644 --- a/code/game/gamemodes/events/holidays/holidays.dm +++ b/code/game/gamemodes/events/holidays/holidays.dm @@ -97,6 +97,7 @@ var/global/Holiday = null if(prob(50)) Holiday = "DPRA Liberation Day" if(7) Holiday = "Dominian Founding Day" if(16) Holiday = "Lunarian Apollo Day" + if(17) Holiday = "Solarian Reunification Day" if(29) Holiday = "Dominian Victory Day" diff --git a/html/changelogs/tag103-risingsun.yml b/html/changelogs/tag103-risingsun.yml new file mode 100644 index 00000000000..ea5e524c1ff --- /dev/null +++ b/html/changelogs/tag103-risingsun.yml @@ -0,0 +1,6 @@ +author: Tag103 + +delete-after: True + +changes: + - rscadd: "Added Reunification Day, celebrated on July 17, to the holiday system."