Merge pull request #1472 from Dahlular/quickfix

Quick Halloween Fix
This commit is contained in:
Dahlular
2021-10-31 23:30:48 -06:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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()
@@ -337,7 +337,7 @@
name = "Bartholomew"
begin_day = 27
begin_month = OCTOBER
end_day = 2
end_day = 1
end_month = NOVEMBER
/datum/holiday/vegan
+1
View File
@@ -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"