From 71ce4bb464cc463564d67d780fa115548066427c Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 5 Aug 2020 10:11:37 +0200 Subject: [PATCH] [MIRROR] removes mentions of firefighter in exosuit categories (#202) * removes mentions of firefighter in exosuit categories (#52700) * removes mentions of firefighter in exosuit categories * Update mecha_construction_paths.dm * removes mentions of firefighter in exosuit categories Co-authored-by: Fikou --- code/game/mecha/mecha_construction_paths.dm | 2 +- .../modules/research/designs/mechfabricator_designs.dm | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/game/mecha/mecha_construction_paths.dm b/code/game/mecha/mecha_construction_paths.dm index c23dd70a8c9..63362080b60 100644 --- a/code/game/mecha/mecha_construction_paths.dm +++ b/code/game/mecha/mecha_construction_paths.dm @@ -41,7 +41,7 @@ // Default proc to generate mech steps. // Override if the mech needs an entirely custom process (See HONK mech) -// Otherwise override specific steps as needed (Ripley, firefighter, Phazon) +// Otherwise override specific steps as needed (Ripley, Clarke, Phazon) /datum/component/construction/mecha/proc/get_steps() return get_frame_steps() + get_circuit_steps() + (circuit_weapon ? get_circuit_weapon_steps() : list()) + get_stockpart_steps() + get_inner_plating_steps() + get_outer_plating_steps() diff --git a/code/modules/research/designs/mechfabricator_designs.dm b/code/modules/research/designs/mechfabricator_designs.dm index 21e6f6da51a..e7d8364cad0 100644 --- a/code/modules/research/designs/mechfabricator_designs.dm +++ b/code/modules/research/designs/mechfabricator_designs.dm @@ -79,7 +79,7 @@ build_path = /obj/item/mecha_parts/part/ripley_torso materials = list(/datum/material/iron=20000,/datum/material/glass = 7500) construction_time = 200 - category = list("Ripley","Firefighter") + category = list("Ripley") /datum/design/ripley_left_arm name = "Exosuit Left Arm (APLU \"Ripley\")" @@ -88,7 +88,7 @@ build_path = /obj/item/mecha_parts/part/ripley_left_arm materials = list(/datum/material/iron=15000) construction_time = 150 - category = list("Ripley","Firefighter") + category = list("Ripley") /datum/design/ripley_right_arm name = "Exosuit Right Arm (APLU \"Ripley\")" @@ -97,7 +97,7 @@ build_path = /obj/item/mecha_parts/part/ripley_right_arm materials = list(/datum/material/iron=15000) construction_time = 150 - category = list("Ripley","Firefighter") + category = list("Ripley") /datum/design/ripley_left_leg name = "Exosuit Left Leg (APLU \"Ripley\")" @@ -106,7 +106,7 @@ build_path = /obj/item/mecha_parts/part/ripley_left_leg materials = list(/datum/material/iron=15000) construction_time = 150 - category = list("Ripley","Firefighter") + category = list("Ripley") /datum/design/ripley_right_leg name = "Exosuit Right Leg (APLU \"Ripley\")" @@ -115,7 +115,7 @@ build_path = /obj/item/mecha_parts/part/ripley_right_leg materials = list(/datum/material/iron=15000) construction_time = 150 - category = list("Ripley","Firefighter") + category = list("Ripley") //Odysseus /datum/design/odysseus_chassis