diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index 31dc4707c..d88b23a4d 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -324,7 +324,7 @@ name = HALLOWEEN begin_day = 28 begin_month = OCTOBER - end_day = 2 + end_day = 1 end_month = NOVEMBER /datum/holiday/halloween/greet() diff --git a/tgstation.dme b/tgstation.dme index aa1885cda..8ddf5cb53 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -1856,6 +1856,7 @@ #include "code\modules\goonchat\browserOutput.dm" #include "code\modules\holiday\easter.dm" #include "code\modules\holiday\holidays.dm" +#include "code\modules\holiday\halloween\bartholomew.dm" #include "code\modules\holodeck\area_copy.dm" #include "code\modules\holodeck\computer.dm" #include "code\modules\holodeck\holo_effect.dm"