Merge pull request #207 from Be1aya/ripleymk2

Fix for missing ripley mk2 conversion kit
This commit is contained in:
evilew
2025-08-28 01:12:35 +02:00
committed by GitHub
2 changed files with 11 additions and 1 deletions
@@ -72,6 +72,16 @@
construction_time = 100
category = list("Ripley")
//GS13: MK-II Ripley Kit
/datum/design/ripleyupgrade
name = "Ripley MK-1 to MK-II Conversion Kit"
id = "ripleyupgrade"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/mecha_equipment/ripleyupgrade
materials = list(/datum/material/iron=10000,/datum/material/plasma=10000)
construction_time = 100
category = list("Ripley")
//firefighter subtype
/datum/design/firefighter_chassis
name = "Exosuit Chassis (APLU \"Firefighter\")"
@@ -7,7 +7,7 @@
display_name = "Mechanical Exosuits"
description = "Mechanized exosuits that are several magnitudes stronger and more powerful than the average human."
design_ids = list("mecha_tracking", "mechacontrol", "mechapower", "mech_recharger", "ripley_chassis", "firefighter_chassis", "ripley_torso", "ripley_left_arm", "ripley_right_arm", "ripley_left_leg", "ripley_right_leg",
"ripley_main", "ripley_peri", "mech_hydraulic_clamp")
"ripley_main", "ripley_peri", "ripleyupgrade", "mech_hydraulic_clamp") //GS13: MK-II Ripley Kit
/datum/techweb_node/mech_tools
id = "mech_tools"