mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Adds Timeclock Terminals: A machine for viewing your PTO balance.
* Timeclock machine and NanoUI template. * Circuit board for construction. * Frame datum for construction on walls. * Sprites by VerySoft
This commit is contained in:
@@ -45,4 +45,11 @@
|
||||
origin_tech = list(TECH_PHORON = 3, TECH_DATA = 2, TECH_MAGNET = 2)
|
||||
req_components = list(
|
||||
/obj/item/weapon/stock_parts/matter_bin/adv = 1,
|
||||
/obj/item/weapon/stock_parts/scanning_module = 5)
|
||||
/obj/item/weapon/stock_parts/scanning_module = 5)
|
||||
|
||||
// Board for the timeclock terminal in timeclock_vr.dm
|
||||
/obj/item/weapon/circuitboard/timeclock
|
||||
name = T_BOARD("timeclock")
|
||||
build_path = /obj/machinery/computer/timeclock
|
||||
board_type = new /datum/frame/frame_types/timeclock_terminal
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 50, "glass" = 50)
|
||||
|
||||
Reference in New Issue
Block a user