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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user