mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
Changelog entry.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
var/roundstart_hour = 0
|
||||
//Returns the world time in english
|
||||
proc/worldtime2text(time = world.time)
|
||||
if(!roundstart_hour) roundstart_hour = pick(2,7,12,17)
|
||||
if(!roundstart_hour) roundstart_hour = pick(9)
|
||||
|
||||
var/hour = (round(time / 36000)+roundstart_hour) % 24
|
||||
if(hour < 10) hour = add_zero(hour, 1)
|
||||
|
||||
Reference in New Issue
Block a user