Fix rollover even harder

This commit is contained in:
Chompstation Bot
2021-08-24 23:59:23 +00:00
parent 9fa44f50ce
commit dc5e465c07
2 changed files with 29 additions and 0 deletions

View File

@@ -1,6 +1,12 @@
#define RECOMMENDED_VERSION 501
/world/New()
world_startup_time = world.timeofday
<<<<<<< HEAD
||||||| parent of 6c511626fc... Merge pull request #11456 from VOREStation/Arokha/timey
rollover_safety_date = text2num(time2text(world_startup_time, "DD"))
=======
rollover_safety_date = world.realtime - world.timeofday // 00:00 today (ish, since floating point error with world.realtime) of today
>>>>>>> 6c511626fc... Merge pull request #11456 from VOREStation/Arokha/timey
to_world_log("Map Loading Complete")
//logs
//VOREStation Edit Start