Merge pull request #4860 from Heroman3003/id-restorer

Added ID restoration terminal
This commit is contained in:
Novacat
2019-03-28 22:03:17 -04:00
committed by GitHub
7 changed files with 118 additions and 2 deletions
@@ -53,3 +53,10 @@
build_path = /obj/machinery/computer/timeclock
board_type = new /datum/frame/frame_types/timeclock_terminal
matter = list(DEFAULT_WALL_MATERIAL = 50, "glass" = 50)
// Board for the ID restorer in id_restorer_vr.dm
/obj/item/weapon/circuitboard/id_restorer
name = T_BOARD("ID restoration console")
build_path = /obj/machinery/computer/id_restorer
board_type = new /datum/frame/frame_types/id_restorer
matter = list(DEFAULT_WALL_MATERIAL = 50, "glass" = 50)