From d314619d0e6c14ee87c63ce66be817b11be54d43 Mon Sep 17 00:00:00 2001 From: MrJWhit <48370570+MrJWhit@users.noreply.github.com> Date: Sat, 1 Feb 2020 23:34:33 -0500 Subject: [PATCH 1/2] Comments out meteor defense tech node asdf --- code/modules/research/techweb/all_nodes.dm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index c6487c92f0..21e71e2b0c 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -203,14 +203,14 @@ research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 3000) export_price = 5000 -/datum/techweb_node/basic_meteor_defense - id = "basic_meteor_defense" - display_name = "Meteor Defense Research" - description = "Unlock the potential of the mysterious of why CC decided to not build these around the station themselves." - prereq_ids = list("adv_engi", "high_efficiency") - design_ids = list("meteor_defence", "meteor_console") - research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000) - export_price = 5000 +//datum/techweb_node/basic_meteor_defense + //id = "basic_meteor_defense" + //display_name = "Meteor Defense Research" + //description = "Unlock the potential of the mysterious of why CC decided to not build these around the station themselves." + //prereq_ids = list("adv_engi", "high_efficiency") + //design_ids = list("meteor_defence", "meteor_console") + //research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000) + //export_price = 5000 //datum/techweb_node/adv_meteor_defense //id = "adv_meteor_defense" From 33ef9b4619bcc9ebd952d1d1a31b6067a26d952e Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Tue, 4 Feb 2020 05:15:52 +0100 Subject: [PATCH 2/2] Update all_nodes.dm --- code/modules/research/techweb/all_nodes.dm | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index 21e71e2b0c..5b19616c3a 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -203,14 +203,16 @@ research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 3000) export_price = 5000 -//datum/techweb_node/basic_meteor_defense - //id = "basic_meteor_defense" - //display_name = "Meteor Defense Research" - //description = "Unlock the potential of the mysterious of why CC decided to not build these around the station themselves." - //prereq_ids = list("adv_engi", "high_efficiency") - //design_ids = list("meteor_defence", "meteor_console") - //research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000) - //export_price = 5000 +/* +/datum/techweb_node/basic_meteor_defense + id = "basic_meteor_defense" + display_name = "Meteor Defense Research" + description = "Unlock the potential of the mysterious of why CC decided to not build these around the station themselves." + prereq_ids = list("adv_engi", "high_efficiency") + design_ids = list("meteor_defence", "meteor_console") + research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000) + export_price = 5000 +*/ //datum/techweb_node/adv_meteor_defense //id = "adv_meteor_defense"