Merge pull request #12628 from Citadel-Station-13/silicons-patch-11

adds a __nan() proc to fetch a nan number because there's no other way to for debugging
This commit is contained in:
Ghom
2020-06-28 00:19:38 +02:00
committed by GitHub
@@ -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"]