beep book goonfabs 4 i fucking hate git etc etc.

This commit is contained in:
iamgoofball
2014-08-14 12:27:15 -07:00
parent 9919eac70d
commit 4330a339cd
16 changed files with 1617 additions and 7 deletions
+27
View File
@@ -1773,6 +1773,33 @@ datum/design/mesons
materials = list("$metal" = 50, "$glass" = 50)
build_path = "/obj/item/clothing/glasses/meson"
datum/design/miningblueprint1
name = "Mining Schematic Disk Version 1"
desc = "Contains the schematics for a new range of Pickaxes."
id = "miningblueprint1"
req_tech = list("materials" = 3)
build_type = PROTOLATHE
materials = list("$metal" = 50, "$glass" = 50)
build_path = "/obj/item/weapon/disk/data/schematic/mining1"
datum/design/miningblueprint2
name = "Mining Schematic Disk Version 2"
desc = "Contains the schematics for a new line of drills. And a Plasma Cutter. Has the previous level as well."
id = "miningblueprint2"
req_tech = list("materials" = 5)
build_type = PROTOLATHE
materials = list("$metal" = 50, "$glass" = 50)
build_path = "/obj/item/weapon/disk/data/schematic/mining2"
datum/design/miningblueprint3
name = "Mining Schematic Disk Version 3"
desc = "Contains the schematics for a new type of Spacesuit, and schematics for a Jetpack. Has the previous levels as well."
id = "miningblueprint3"
req_tech = list("materials" = 6)
build_type = PROTOLATHE
materials = list("$metal" = 50, "$glass" = 50)
build_path = "/obj/item/weapon/disk/data/schematic/mining3"
/////////////////////////////////////////
//////////////Blue Space/////////////////
/////////////////////////////////////////