fixfixfix squared. Will not fix missing clockslab tabs, you just have to give it a category.

This commit is contained in:
Letter N
2020-08-03 21:14:17 +08:00
parent a19e306137
commit 9a9e3ffef5
10 changed files with 29 additions and 15 deletions
+2 -2
View File
@@ -178,7 +178,7 @@
"id" = D.id,
"subCategory" = sub_category,
"categoryOverride" = category_override,
"searchMeta" = D.search_metadata
"searchMeta" = "UNKNOWN"//D.search_metadata
)
return part
@@ -356,7 +356,7 @@
*/
/obj/machinery/mecha_part_fabricator/proc/dispense_built_part(datum/design/D)
var/obj/item/I = new D.build_path(src)
I.material_flags |= MATERIAL_NO_EFFECTS //Find a better way to do this.
// I.material_flags |= MATERIAL_NO_EFFECTS //Find a better way to do this.
I.set_custom_materials(build_materials)
being_built = null