mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Fixed the network vars on the map, for the telecommunication computers.
Just small tweaks to basic stuff I found.
This commit is contained in:
@@ -205,7 +205,7 @@ datum/controller/game_controller/proc/process()
|
||||
|
||||
var/end_time = world.timeofday
|
||||
if(end_time < start_time)
|
||||
start_time -= 864000 //deciseconds in a day
|
||||
start_time -= MIDNIGHT_ROLLOVER //deciseconds in a day
|
||||
sleep( round(minimum_ticks - (end_time - start_time),1) )
|
||||
else
|
||||
sleep(10)
|
||||
|
||||
Reference in New Issue
Block a user