diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index 8c9873d8c8..2f69b63ae9 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -1250,8 +1250,8 @@ GLOBAL_REAL_VAR(list/stack_trace_storage) var/matrix/OM = matrix(transform) var/matrix/M = matrix(transform) M.Scale(squishx, squishy) - animate(src, transform = M, time = 10, easing = ELASTIC_EASING) - animate(src, transform = OM, time = 10, easing = ELASTIC_EASING) + animate(src, transform = M, time = 10, easing = BOUNCE_EASING) + animate(src, transform = OM, time = 10, easing = BOUNCE_EASING) /proc/weightclass2text(var/w_class) switch(w_class)