mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 05:36:57 +01:00
timeskip date
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
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ var/href_logfile = null
|
||||
// var/const/starsys_name = "Vir"
|
||||
var/const/game_version = "Polaris"
|
||||
var/changelog_hash = ""
|
||||
var/game_year = (text2num(time2text(world.realtime, "YYYY")) + 544)
|
||||
var/game_year = (text2num(time2text(world.realtime, "YYYY")) + 552)
|
||||
var/round_progressing = 1
|
||||
|
||||
var/master_mode = "extended" // "extended"
|
||||
|
||||
Reference in New Issue
Block a user