diff --git a/code/__HELPERS/matrices.dm b/code/__HELPERS/matrices.dm index c17428b4619a..4c38e4a05c40 100644 --- a/code/__HELPERS/matrices.dm +++ b/code/__HELPERS/matrices.dm @@ -52,7 +52,9 @@ if(hold_seconds > 0) sleep(hold_seconds) // time to hold the dab before going back if(!stay) // if stay param is true dab doesn't return - animate(src, transform = DAB_RETURN, time = speed * 1.5, loops ) // reverse dab to starting position , slower + animate(transform = DAB_RETURN, time = speed * 1.5, loops ) // reverse dab to starting position , slower + //doesn't have an object argument because this is "Stacking" with the animate call above + //3 billion% intentional //Dumps the matrix data in format a-f /matrix/proc/tolist()