From 9cd08ba70d2a2999f17e8b58fd69432bd4846f0f Mon Sep 17 00:00:00 2001 From: Vladislav Mikhalko Date: Thu, 4 Sep 2025 10:14:08 +0300 Subject: [PATCH] Fix dropwall launcher build path and cost (#30328) --- code/modules/research/designs/mechfabricator_designs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/designs/mechfabricator_designs.dm b/code/modules/research/designs/mechfabricator_designs.dm index e9ffbbce250..f65deb2dc72 100644 --- a/code/modules/research/designs/mechfabricator_designs.dm +++ b/code/modules/research/designs/mechfabricator_designs.dm @@ -996,8 +996,8 @@ id = "dropwall_launcher" build_type = MECHFAB req_tech = list("engineering" = 6, "bluespace" = 6, "combat" = 6) - build_path = /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/cleaner - materials = list(list(MAT_METAL = 8000, MAT_GLASS = 8000, MAT_SILVER = 4000, MAT_TITANIUM = 4000, MAT_PLASMA = 4000)) + build_path = /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/dropwall + materials = list(MAT_METAL = 8000, MAT_GLASS = 8000, MAT_SILVER = 4000, MAT_TITANIUM = 4000, MAT_PLASMA = 4000) construction_time = 10 SECONDS category = list("Exosuit Equipment")