diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index abd80efbb9b..5b12e3bfc65 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -167,7 +167,7 @@ /datum/holiday/april_fools name = APRIL_FOOLS begin_day = 1 - end_day = 5 + end_day = 2 // SKYRAT EDIT -- ORIGINALLY 5 begin_month = APRIL /datum/holiday/april_fools/celebrate()