Adds temporary replacement for flightsuits (#7421)

* update equipment_designs.dm

-adds Construction Hardsuit and Hardsuit Jetpack Upgrade to designs list

* update all_nodes.dm

-adds construction hardsuit and jetpack upgrade to tech node "EVA
Construction Equipment"
-requires advanced engineering and experimental tools, and 5000 tech
points

* update all_nodes.dm again

-i fucked up somehow
-forgot the display_name
This commit is contained in:
Cw 3040
2018-08-17 23:14:18 -04:00
committed by kevinz000
parent 1824fd39ae
commit 0e1c78ca7b
2 changed files with 31 additions and 0 deletions
@@ -501,6 +501,15 @@
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
export_price = 5000
/datum/techweb_node/engine_hardsuit
id = "engi_hardsuit"
display_name = "EVA Construction Equipment"
description = "Production of EVA construction equipment."
design_ids = list("chardsuit", "hardsuitjpack")
prereq_ids = list("adv_engi", "exp_tools")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000)
export_price = 5000
/////////////////////////weaponry tech/////////////////////////
/datum/techweb_node/weaponry
id = "weaponry"