Revert "Update SDQL_2_wrappers.dm"

This reverts commit 685546551c.
This commit is contained in:
kevinz000
2020-04-20 20:27:18 -07:00
parent 685546551c
commit 055606b81b
@@ -4,7 +4,7 @@
return abs(A)
/proc/_animate(atom/A, set_vars, time = 10, loop = 1, easing = LINEAR_EASING, flags = null)
var/mutable_appearance/MA = new(A)
var/mutable_appearance/MA = new()
for(var/v in set_vars)
MA.vars[v] = set_vars[v]
animate(A, appearance = MA, time, loop, easing, flags)
@@ -33,9 +33,6 @@
/proc/_cos(X)
return cos(X)
/proc/_filter(type, ...)
return filter(arglist(args.Copy()))
/proc/_get_dir(Loc1, Loc2)
return get_dir(Loc1, Loc2)
@@ -237,4 +234,3 @@
for(var/turf/T in v)
. += T
return pick(.)
t