Cloning console board memory

Makes the cloning console circuit board have local memory of the records of the console.
This commit is contained in:
Lasse Andersen
2019-07-23 14:25:03 +02:00
parent 39dea966ae
commit aac71758b7
2 changed files with 11 additions and 1 deletions
@@ -110,6 +110,7 @@
/obj/item/circuitboard/computer/cloning
name = "Cloning (Computer Board)"
build_path = /obj/machinery/computer/cloning
var/list/records = list()
/obj/item/circuitboard/computer/prototype_cloning
name = "Prototype Cloning (Computer Board)"