mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 05:52:17 +00:00
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:
@@ -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//
|
||||
|
||||
@@ -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"*/
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user