Fixes station year

This commit is contained in:
Darlantan
2020-06-14 03:27:41 -04:00
parent ab55d925f4
commit b440e687b9

View File

@@ -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