Adds a disk slot to the ORM, to allow the uploading of new smelter designs (#980)

This commit is contained in:
CitadelStationBot
2017-05-18 11:53:47 -05:00
committed by Poojawa
parent 9a0af3cae2
commit 0ad1bb5259
4 changed files with 52 additions and 15 deletions
-11
View File
@@ -653,14 +653,3 @@ other types of metals and chemistry for reagents).
materials = list(MAT_METAL = 1000, MAT_GLASS = 500, MAT_PLASMA = 1500, MAT_URANIUM = 200)
build_path = /obj/item/weapon/weldingtool/experimental
category = list("Equipment")
/datum/design/alienalloy
name = "Alien Alloy"
desc = "A sheet of reverse-engineered alien alloy."
id = "alienalloy"
req_tech = list("abductor" = 1, "materials" = 7, "plasmatech" = 2)
build_type = PROTOLATHE
materials = list(MAT_METAL = 4000, MAT_PLASMA = 4000)
build_path = /obj/item/stack/sheet/mineral/abductor
category = list("Stock Parts")