missed a spot

This commit is contained in:
kevinz000
2019-10-27 16:29:33 -07:00
parent e55da2f958
commit dc0fa95bd9
-4
View File
@@ -451,10 +451,6 @@ Turf and target are separate in case you want to teleport some distance from a t
var/y = min(world.maxy, max(1, A.y + dy))
return locate(x,y,A.z)
/proc/arctan(x)
var/y=arcsin(x/sqrt(1+x*x))
return y
/*
Gets all contents of contents and returns them all in a list.
*/