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
@@ -154,7 +154,7 @@ var/list/name_to_material
if(length(named_arguments))
named_arguments = sortList(named_arguments)
fullid += named_arguments
return list2params(fullid)
return replacetext(list2params(fullid), "+", " ")
// Material definition and procs follow.