mirror of
https://github.com/KabKebab/GS13.git
synced 2026-03-01 00:41:13 +00:00
Merge pull request #105 from SynnGraffkin/Fuck-Xenos
[Port] Adds MK I Ripley and conversion kit for MK II
This commit is contained in:
@@ -476,6 +476,15 @@
|
||||
category = list("Phazon")
|
||||
|
||||
//Exosuit Equipment
|
||||
/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(MAT_METAL=10000,MAT_PLASMA=10000)
|
||||
construction_time = 100
|
||||
category = list("Exosuit Equipment")
|
||||
|
||||
/datum/design/mech_hydraulic_clamp
|
||||
name = "Exosuit Engineering Equipment (Hydraulic Clamp)"
|
||||
id = "mech_hydraulic_clamp"
|
||||
|
||||
@@ -34,7 +34,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")
|
||||
|
||||
/datum/techweb_node/mech_tools
|
||||
id = "mech_tools"
|
||||
|
||||
Reference in New Issue
Block a user