Adds data disk to misc designs

This commit is contained in:
dovydas12345
2018-10-23 22:22:07 +03:00
committed by GitHub
parent b60f8fa190
commit 3cfc7a42fe
@@ -80,3 +80,12 @@
materials = list(MAT_METAL=500, MAT_GLASS=50)
build_path = /obj/item/clothing/mask/muzzle/safety/shock
category = list("Miscellaneous")
/datum/design/data_disk
name = "Data Disk"
desc = "Disk that allows you to store genetic data."
id = "datadisk"
req_tech = list("programming" = 3)
build_type = PROTOLATHE
materials = list(MAT_METAL=300, MAT_GLASS=100)
build_path = /obj/item/disk/data
category = list("Miscellaneous")