From 0f101de5ac39475c5d453dfb5045125c09b2e66d Mon Sep 17 00:00:00 2001 From: Seris02 <49109742+Seris02@users.noreply.github.com> Date: Wed, 2 Oct 2019 16:05:26 +0800 Subject: [PATCH] Undoing the other one Because I'm on my web browser doing this and I can't figure out how to revert --- code/modules/holiday/holidays.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index 4f2ae37cc4..7d1e25235d 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -322,7 +322,7 @@ /datum/holiday/halloween name = HALLOWEEN - begin_day = 1 + begin_day = 28 begin_month = OCTOBER end_day = 2 end_month = NOVEMBER