From 8fe847300c269833f728207dfd170ac145b99c5f Mon Sep 17 00:00:00 2001 From: Ansome <70080388+Ansome101@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:17:29 +0000 Subject: [PATCH] Extends Halloween to one week (#2281) * Extends Halloween, pushes back Festive Season. * Comment Halloween holiday changes * endday->endDay --------- Co-authored-by: Whatstone Co-authored-by: Checkraze <71046427+Cheackraze@users.noreply.github.com> --- Resources/Prototypes/holidays.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/holidays.yml b/Resources/Prototypes/holidays.yml index a7a01536bc5..4b2b874288a 100644 --- a/Resources/Prototypes/holidays.yml +++ b/Resources/Prototypes/holidays.yml @@ -324,8 +324,10 @@ - type: holiday id: Halloween name: holiday-name-halloween - beginDay: 31 + beginDay: 27 # Frontier: 31<27 beginMonth: October + endDay: 2 # Frontier + endMonth: November # Frontier greet: !type:Custom text: holiday-custom-halloween @@ -425,7 +427,7 @@ - type: holiday id: FestiveSeason name: holiday-name-festive-season - beginDay: 1 + beginDay: 3 # Frontier: 1<3 endDay: 31 beginMonth: November endMonth: December