Updates the debug outfit

This commit is contained in:
Artur
2020-02-06 18:42:23 +01:00
parent 3b30990e22
commit c9dc35fd9a
15 changed files with 301 additions and 17 deletions
+6 -1
View File
@@ -1537,4 +1537,9 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new)
if(190)
return "."
if(189)
return "-"
return "-"
/proc/generate_items_inside(list/items_list, where_to)
for(var/each_item in items_list)
for(var/i in 1 to items_list[each_item])
new each_item(where_to)