From f2373c83492d360fbfff5bc4b4c3997c5cdf258f Mon Sep 17 00:00:00 2001 From: Theos Date: Sat, 15 Feb 2020 19:44:47 -0500 Subject: [PATCH] makes valentines 2 days longer as a joke --- 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 bf33e94107bb..9ad2457a3e03 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -87,7 +87,7 @@ /datum/holiday/valentines name = VALENTINES begin_day = 13 - end_day = 15 + end_day = 17 begin_month = FEBRUARY /datum/holiday/valentines/getStationPrefix()