mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 23:52:12 +00:00
MISTAKE
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
var/roundstart_hour = 0
|
var/roundstart_hour = 0
|
||||||
//Returns the world time in english
|
//Returns the world time in english
|
||||||
proc/worldtime2text(time = world.time)
|
proc/worldtime2text(time = world.time)
|
||||||
if(!roundstart_hour) roundstart_hour = rand(0. 23)
|
if(!roundstart_hour) roundstart_hour = rand(0, 23)
|
||||||
return "[(round(time / 36000)+roundstart_hour) % 24]:[(time / 600 % 60) < 10 ? add_zero(time / 600 % 60, 1) : time / 600 % 60]"
|
return "[(round(time / 36000)+roundstart_hour) % 24]:[(time / 600 % 60) < 10 ? add_zero(time / 600 % 60, 1) : time / 600 % 60]"
|
||||||
|
|
||||||
proc/worldtime2ticks(time = world.time)
|
proc/worldtime2ticks(time = world.time)
|
||||||
|
|||||||
Reference in New Issue
Block a user