Merge pull request #9737 from Ghommie/Ghommie-cit326

Ports techweb backend refactor & co.
This commit is contained in:
kevinz000
2019-11-14 16:45:09 -07:00
committed by GitHub
21 changed files with 477 additions and 350 deletions
+7 -1
View File
@@ -573,4 +573,10 @@
if(key in L1)
L1[key] += other_value
else
L1[key] = other_value
L1[key] = other_value
/proc/assoc_list_strip_value(list/input)
var/list/ret = list()
for(var/key in input)
ret += key
return ret