diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index c2b1165f74c..f66fe88a7e5 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -553,6 +553,7 @@ begin_month = OCTOBER end_day = 2 end_month = NOVEMBER + holiday_colors = list(COLOR_MOSTLY_PURE_ORANGE, COLOR_PRISONER_BLACK) /datum/holiday/halloween/greet() return "Have a spooky Halloween!"