mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Merge pull request #4860 from Heroman3003/id-restorer
Added ID restoration terminal
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user