mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 18:41:59 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user