Re-adds articles, fixes year yet again

This commit is contained in:
Darlantan
2020-06-16 04:03:21 -04:00
parent 15c02b026e
commit a0555ef2d4
2 changed files with 65 additions and 13 deletions

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