Made more sleeps use stoplag

This buffs a few things, but makes them handle lag better and tick at the rate of world.tick_lag without causing lag
This commit is contained in:
MrStonedOne
2016-04-05 11:08:28 -07:00
parent 7827629172
commit 5098a3c884
11 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ var/datum/subsystem/minimap/SSminimap
flatten.Insert(minimap, "", SOUTH, 1, 0)
del(minimap)
minimap = flatten
sleep(world.tick_lag) //we have to sleep in order to get byond to clear out the proc's garbage bin
stoplag() //we have to sleep in order to get byond to clear out the proc's garbage bin
CHECK_TICK