hold on what was i thinking let me adjust these values

This commit is contained in:
deathride58
2019-01-12 00:29:29 -05:00
committed by GitHub
parent 236af6ae2b
commit db0af68bf1
+2 -2
View File
@@ -1246,7 +1246,7 @@ GLOBAL_REAL_VAR(list/stack_trace_storage)
animate(src, transform = M, time = 10, easing = ELASTIC_EASING)
animate(src, transform = OM, time = 10, easing = ELASTIC_EASING)
/atom/proc/do_squish(squishx = -1, squishy = 2)
/atom/proc/do_squish(squishx = 1.2, squishy = 0.6)
var/matrix/OM = matrix(transform)
var/matrix/M = matrix(transform)
M.Scale(squishx, squishy)
@@ -1544,4 +1544,4 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new)
. = list()
for(var/i in L)
if(condition.Invoke(i))
. |= i
. |= i