Hoverpod Chassis Fix (#7889)

Made the hoverpod torso a bit cheaper to produce.
Fixed the duplicate hoverpod torso entry in the mechfab.
This commit is contained in:
Geeves
2020-01-02 17:25:06 +02:00
committed by Matt Atlas
parent 24e5a7914c
commit 41d66db788
2 changed files with 8 additions and 8 deletions

View File

@@ -217,7 +217,7 @@
name = "hoverpod torso"
id = "hoverpod_body"
time = 40
materials = list(DEFAULT_WALL_MATERIAL = 30000)
materials = list(DEFAULT_WALL_MATERIAL = 22000)
build_path = /obj/item/mech_component/chassis/pod
/datum/design/item/mechfab/exosuit/hover_legs
@@ -235,13 +235,6 @@
build_path = /obj/item/mech_component/propulsion/tracks
req_tech = list(TECH_MATERIAL = 4)
/datum/design/item/mechfab/exosuit/sphere_body
name = "spherical chassis"
id = "sphere_body"
build_path = /obj/item/mech_component/chassis/pod
time = 50
materials = list(DEFAULT_WALL_MATERIAL = 18000)
/datum/design/item/mechfab/exosuit/hydraulic_clamp
name = "hydraulic clamp"
id = "hydraulic_clamp"