From 96c34357678cb1b0a3d6971e4ebe269e08d5b1ec Mon Sep 17 00:00:00 2001 From: TDSSS <32099540+TDSSS@users.noreply.github.com> Date: Thu, 3 Jan 2019 20:04:32 +0100 Subject: [PATCH] Added titanium cost to IRC chassi --- code/modules/research/designs/mechfabricator_designs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/designs/mechfabricator_designs.dm b/code/modules/research/designs/mechfabricator_designs.dm index 315a2e70aa0..407466c6c28 100644 --- a/code/modules/research/designs/mechfabricator_designs.dm +++ b/code/modules/research/designs/mechfabricator_designs.dm @@ -1135,7 +1135,7 @@ id = "integrated_robotic_chassis" build_type = MECHFAB build_path = /mob/living/carbon/human/machine/created - materials = list(MAT_METAL = 40000) + materials = list(MAT_METAL = 40000, MAT_TITANIUM = 7000) //for something made from lego, they sure need a lot of metal construction_time = 400 category = list("Misc")