This commit is contained in:
Enric Gabriel
2020-06-28 13:33:22 -03:00
111 changed files with 2408 additions and 1849 deletions
@@ -234,3 +234,7 @@
for(var/turf/T in v)
. += T
return pick(.)
/proc/__nan()
var/list/L = json_decode("{\"value\":NaN}")
return L["value"]