[BOUNTY] Fixes dab animation not working | Jamie can't edit my PR to make it not compile edition (#13338)

* Fixes dab animation not working

* Update matrices.dm

* Reverts jamie's commit to my pr

Co-authored-by: alexkar598 <>
Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
This commit is contained in:
alexkar598
2022-02-27 16:06:54 -05:00
committed by GitHub
parent 662a17b9c3
commit 84e422a7c2

View File

@@ -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()