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] 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,