mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
beep book goonfabs 4 i fucking hate git etc etc.
This commit is contained in:
@@ -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/////////////////
|
||||
/////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user