This commit is contained in:
Jack Edge
2017-03-31 22:30:33 +01:00
parent fc0d29b956
commit e31f7ba6ba
+1 -1
View File
@@ -1,6 +1,6 @@
//Returns the world time in english
/proc/worldtime2text()
return gameTimestamp("hh:mm:ss", wtime=world.time)
return gameTimestamp("hh:mm:ss", world.time)
/proc/time_stamp(format = "hh:mm:ss", show_ds)
var/time_string = time2text(world.timeofday, format)