mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Fixes station year
This commit is contained in:
@@ -56,7 +56,7 @@ var/next_station_date_change = 1 DAY
|
|||||||
if(!station_date || update_time)
|
if(!station_date || update_time)
|
||||||
var/extra_days = round(station_time_in_ds / (1 DAY)) DAYS
|
var/extra_days = round(station_time_in_ds / (1 DAY)) DAYS
|
||||||
var/timeofday = world.timeofday + extra_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
|
return station_date
|
||||||
|
|
||||||
//ISO 8601
|
//ISO 8601
|
||||||
|
|||||||
Reference in New Issue
Block a user