mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user