Merge pull request #4117 from Tastyfish/tracks-fix

Fixes to_chat script messing up one line
This commit is contained in:
Fox McCloud
2016-04-06 21:13:16 -04:00
@@ -78,7 +78,7 @@ var/global/list/image/fluidtrack_cache=list()
// Process 4 bits
for(var/bi=0;bi<4;bi++)
to_chat(b=1, bi)
b=1<<bi
// COMING BIT
// If setting
if(comingdir&b)