From 7090db34473cf77ca563a696b8a906b659adf914 Mon Sep 17 00:00:00 2001 From: Gristlebee <56049844+Gristlebee@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:39:00 -0800 Subject: [PATCH 1/2] Update mechs.dm Signed-off-by: Gristlebee <56049844+Gristlebee@users.noreply.github.com> --- code/modules/cargo/packs/mechs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/mechs.dm b/code/modules/cargo/packs/mechs.dm index 4bfd6b0890b6..49c4b1ed3452 100644 --- a/code/modules/cargo/packs/mechs.dm +++ b/code/modules/cargo/packs/mechs.dm @@ -91,7 +91,7 @@ Build Your Own Suit /obj/item/circuitboard/mecha/gygax/targeting ) crate_name = "MP-Gygax Construction Kit" - faction = faction = /datum/faction/nt + faction = /datum/faction/nt faction_locked = TRUE /datum/supply_pack/mech/durand_parts From 93cbbc60225941a82a3ba15c378f5b420bddd3ff Mon Sep 17 00:00:00 2001 From: Gristlebee <56049844+Gristlebee@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:40:10 -0800 Subject: [PATCH 2/2] Update mechs.dm Signed-off-by: Gristlebee <56049844+Gristlebee@users.noreply.github.com> --- code/modules/cargo/packs/mechs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/mechs.dm b/code/modules/cargo/packs/mechs.dm index 49c4b1ed3452..a60bcc53b403 100644 --- a/code/modules/cargo/packs/mechs.dm +++ b/code/modules/cargo/packs/mechs.dm @@ -78,7 +78,7 @@ Build Your Own Suit desc = "A set of parts for a mass produced version of the famous Gygax exosuit model. The armor plating was reduced to cut costs for mass production, but the lighter weight allows the MP-Gygax's modified servos to perform swift moderate distance charges without heavily taxing the power supply. " cost = 8000 contains = list( - /obj/item/mecha_parts/chassis/mpgygax, + /obj/item/mecha_parts/chassis/mp_gygax, /obj/item/mecha_parts/part/gygax_head, /obj/item/mecha_parts/part/gygax_torso, /obj/item/mecha_parts/part/gygax_left_arm,