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:
Leshana
2018-02-18 19:26:24 -05:00
parent c36d01939c
commit 31b8e30aac
5 changed files with 219 additions and 1 deletions
@@ -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)