513 Compatability

This commit is contained in:
Unknown
2019-12-12 10:43:26 -05:00
parent f0af6fb3c1
commit a74b061802
6 changed files with 36 additions and 17 deletions

View File

@@ -587,10 +587,6 @@ Turf and target are seperate in case you want to teleport some distance from a t
/proc/between(var/low, var/middle, var/high)
return max(min(middle, high), low)
proc/arctan(x)
var/y=arcsin(x/sqrt(1+x*x))
return y
//returns random gauss number
proc/GaussRand(var/sigma)
var/x,y,rsq