Replaces in-script json encoder/decoder with the native 510 procs

This commit is contained in:
Tastyfish
2016-04-30 19:15:07 -04:00
parent 5a7361f385
commit 646fb39f2d
12 changed files with 12 additions and 309 deletions
+2 -2
View File
@@ -198,7 +198,7 @@ var/global/ManifestJSON
department = 1
if(depthead && ser.len != 1)
ser.Swap(1,ser.len)
if(real_rank in supply_positions)
sup[++sup.len] = list("name" = name, "rank" = rank, "active" = isactive)
department = 1
@@ -224,6 +224,6 @@ var/global/ManifestJSON
"bot" = bot,\
"misc" = misc\
)
ManifestJSON = list2json(PDA_Manifest)
ManifestJSON = json_encode(PDA_Manifest)
return