diff --git a/code/modules/materials/material_synth.dm b/code/modules/materials/material_synth.dm index 86e3e16a2dd..f7088839ffa 100644 --- a/code/modules/materials/material_synth.dm +++ b/code/modules/materials/material_synth.dm @@ -12,6 +12,9 @@ desc = "A device that synthesises [material.display_name]." matter = null +/obj/item/stack/material/cyborg/update_strings() + return + /obj/item/stack/material/cyborg/plastic icon_state = "sheet-plastic" default_type = "plastic"