mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Chunky waddle (#51383)
This commit is contained in:
@@ -20,5 +20,6 @@
|
||||
|
||||
/datum/element/waddling/proc/Waddle(atom/movable/target)
|
||||
animate(target, pixel_z = 4, time = 0)
|
||||
animate(pixel_z = 0, transform = turn(matrix(), pick(-12, 0, 12)), time=2)
|
||||
animate(pixel_z = 0, transform = matrix(), time = 0)
|
||||
var/prev_trans = matrix(target.transform)
|
||||
animate(pixel_z = 0, transform = turn(target.transform, pick(-12, 0, 12)), time=2)
|
||||
animate(pixel_z = 0, transform = prev_trans, time = 0)
|
||||
|
||||
Reference in New Issue
Block a user