mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 13:12:22 +00:00
Merge pull request #8395 from Cerebulon/cynosure_map_lore_2
Re-adds Cynosure map and ATC fluff
This commit is contained in:
@@ -58,7 +58,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"))+544)) + "-" + time2text(timeofday, "MM-DD")
|
||||
station_date = num2text((text2num(time2text(timeofday, "YYYY"))+552)) + "-" + time2text(timeofday, "MM-DD")
|
||||
return station_date
|
||||
|
||||
//ISO 8601
|
||||
|
||||
Reference in New Issue
Block a user