From 88c1a7d845c28983c7731acd0fc2ccafbca3bc00 Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 18 Apr 2018 16:07:36 +0300 Subject: [PATCH] Fixes borg synth sheet naming when depleted to 1 -The thing changing the sheet stack names to singular/plural no longer breaks the naming for borg sheet synthesizers. --- code/modules/materials/material_synth.dm | 3 +++ 1 file changed, 3 insertions(+) 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"