Stat fix
Created by: clusterfack
Change stat from if(ticklag < .5), sleep(1) to a simple sleep(4).
Sleep(1) should only delay the update if the ticklag was less than .1, however byond-wise sleep(4) is assured to delay any stat() update that is attempted before .4 seconds are up.