Skip to content

Commit

Permalink
Merge branch 'general-motors' of https://github.com/Gristlebee/Shipte…
Browse files Browse the repository at this point in the history
…st-Fork into general-motors
  • Loading branch information
Gristlebee committed Dec 18, 2024
2 parents 09d32c8 + 93cbbc6 commit dec9254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cargo/packs/mechs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit dec9254

Please sign in to comment.