Autolathe: Implement Material Container Component

First implementation, allows insertion but printing doesn't work yet.
This commit is contained in:
ShadowLarkens
2021-06-12 18:17:46 -07:00
parent 2a70cfe91f
commit a3674a664d
3 changed files with 81 additions and 108 deletions
+1 -1
View File
@@ -420,7 +420,7 @@
mat = GET_MATERIAL_REF(mat)
return materials[mat]
/// List format is list(material_name = list(amount = ..., ref = ..., etc.))
/// List format is list(list(name = ..., amount = ..., ref = ..., etc.), list(...))
/datum/component/material_container/tgui_data(mob/user)
var/list/data = list()