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