mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[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 <piotrbryla@onet.pl>
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user