mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Autolathe: Implement Material Container Component
First implementation, allows insertion but printing doesn't work yet.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user