Merge pull request #4209 from Citadel-Station-13/upstream-merge-32868

[MIRROR] Holorecord disks.
This commit is contained in:
deathride58
2017-12-04 21:29:44 +00:00
committed by GitHub
4 changed files with 328 additions and 3 deletions
@@ -799,3 +799,11 @@
materials = list(MAT_METAL = 300, MAT_GLASS = 200)
build_path = /obj/item/device/slime_scanner
category = list("initial", "Misc")
/datum/design/holodisk
name = "Holodisk"
id = "holodisk"
build_type = AUTOLATHE
materials = list(MAT_METAL = 1000)
build_path = /obj/item/disk/holodisk
category = list("initial", "Misc")