From b440e687b9b193bfda56118ceb92e3cf6b78c816 Mon Sep 17 00:00:00 2001 From: Darlantan Date: Sun, 14 Jun 2020 03:27:41 -0400 Subject: [PATCH] Fixes station year --- code/_helpers/time.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_helpers/time.dm b/code/_helpers/time.dm index 6e63dabb45..74e88d6e33 100644 --- a/code/_helpers/time.dm +++ b/code/_helpers/time.dm @@ -56,7 +56,7 @@ var/next_station_date_change = 1 DAY if(!station_date || update_time) var/extra_days = round(station_time_in_ds / (1 DAY)) DAYS var/timeofday = world.timeofday + extra_days - station_date = num2text((text2num(time2text(timeofday, "YYYY"))+300)) + "-" + time2text(timeofday, "MM-DD") //VOREStation Edit + station_date = num2text((text2num(time2text(timeofday, "YYYY"))+544)) + "-" + time2text(timeofday, "MM-DD") //VOREStation Edit //CHOMPedit: we're sticking with the year 2564 return station_date //ISO 8601