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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user