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
This commit is contained in:
morikou@gmail.com
2011-02-18 07:12:13 +00:00
parent b34a72063d
commit ff9a16c792
3 changed files with 6 additions and 6 deletions

View File

@@ -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//

View File

@@ -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"
origin_tech = "materials=5;plasmatech=5;syndicate=5;programming=9"*/

View File

@@ -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"