Fixed the network vars on the map, for the telecommunication computers.

Just small tweaks to basic stuff I found.
This commit is contained in:
Giacomand
2013-10-25 10:46:10 +01:00
parent dd281bb6b2
commit a756a04eba
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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)