Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion code/__HELPERS/matrices.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down