Holorecord fixes and additions (#34882)

* Fixes name not changing on manual record

* Autolathe material changes

* Allows renaming holodisks and copying records between disks.

* Adds looping

* copy pasta

* sure why not i guess it's not liked i tested it and it worked anyways or anything
This commit is contained in:
Dax Dupont
2018-01-26 14:17:14 +01:00
committed by AnturK
parent b4ffc26ce1
commit 6d2e14913e
3 changed files with 40 additions and 13 deletions
@@ -836,6 +836,6 @@
name = "Holodisk"
id = "holodisk"
build_type = AUTOLATHE
materials = list(MAT_METAL = 1000)
materials = list(MAT_METAL = 100, MAT_GLASS = 100)
build_path = /obj/item/disk/holodisk
category = list("initial", "Misc")