From ff9a16c7923dc127e7a12fd6bcb3a055a70fe7db Mon Sep 17 00:00:00 2001 From: "morikou@gmail.com" Date: Fri, 18 Feb 2011 07:12:13 +0000 Subject: [PATCH] Note to self: Remember to comment out test stuff so that it doesn't appear on the live servers on accident. Derp. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1062 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/research/designs.dm | 4 ++-- code/game/research/destructive_analyzer.dm | 4 ++-- code/game/research/research.dm | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/game/research/designs.dm b/code/game/research/designs.dm index c5e3a425a4c..58e24ef6924 100644 --- a/code/game/research/designs.dm +++ b/code/game/research/designs.dm @@ -597,14 +597,14 @@ datum //////////////////Test/////////////////// ///////////////////////////////////////// - test + /* test name = "Test Design" desc = "A design to test the new protolathe." id = "protolathe_test" build_type = PROTOLATHE req_tech = list("materials" = 1) materials = list("$gold" = 3000, "iron" = 15, "copper" = 10, "$silver" = 2500) - build_path = "/obj/item/weapon/banhammer" + build_path = "/obj/item/weapon/banhammer" */ //////////////////////////////////////// //Disks for transporting design datums// diff --git a/code/game/research/destructive_analyzer.dm b/code/game/research/destructive_analyzer.dm index 95b35b9fa21..5d8e5ee2635 100644 --- a/code/game/research/destructive_analyzer.dm +++ b/code/game/research/destructive_analyzer.dm @@ -99,11 +99,11 @@ Note: Must be placed within 3 tiles of the R&D Console return //For testing purposes only. -/obj/item/weapon/deconstruction_test +/*/obj/item/weapon/deconstruction_test name = "Test Item" desc = "WTF?" icon = 'weapons.dmi' icon_state = "d20" g_amt = 5000 m_amt = 5000 - origin_tech = "materials=5;plasmatech=5;syndicate=5;programming=9" \ No newline at end of file + origin_tech = "materials=5;plasmatech=5;syndicate=5;programming=9"*/ \ No newline at end of file diff --git a/code/game/research/research.dm b/code/game/research/research.dm index fbeb8ed838d..2f0814dc20c 100644 --- a/code/game/research/research.dm +++ b/code/game/research/research.dm @@ -209,11 +209,11 @@ datum id = "combat" //Branch Techs - explosives + /* explosives name = "Explosives Research" desc = "The creation and application of explosive materials." id = "explosives" - req_tech = list("materials" = 3) + req_tech = list("materials" = 3) */ generators name = "Power Generation Technology"