mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-13 01:04:07 +01:00
Merge pull request #207 from Be1aya/ripleymk2
Fix for missing ripley mk2 conversion kit
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user