From 15d30b457ec325ffe16a3af95b6ce0766a497ff0 Mon Sep 17 00:00:00 2001 From: EldritchSigma Date: Fri, 30 Mar 2018 19:20:51 +0200 Subject: [PATCH] Fixes Mech Disablers being not printable half the time Apparently the Firedart and Mech-Disabler have the same ID for some bizarre reason. This PR fixes it. Its a minor fix and my first PR. Its basicly just changing one line to fix this pretty decent mech weapon to make it printable like it is every now and then. Cause its weird that you can print it from round to round, but most of the time you can only print the stupid firedart. --- 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 697b3e3abaf..56ecb8577e8 100644 --- a/code/modules/research/designs/mechfabricator_designs.dm +++ b/code/modules/research/designs/mechfabricator_designs.dm @@ -896,7 +896,7 @@ /datum/design/mech_disabler name = "Exosuit Weapon (CH-PD Disabler)" desc = "Allows for the construction of CH-PD Disabler." - id = "mech_laser" + id = "mech_disabler" build_type = MECHFAB req_tech = list("combat" = 3) build_path = /obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/disabler