Adds shutoff valve monitor (#6353)

* Adds shutoff valve monitor

* uses the other half of the mapmerger, hopefully appeases travis (it probably won't)
This commit is contained in:
Atermonera
2019-07-30 17:03:28 -07:00
committed by Mechoid
parent 2a541f8304
commit 5e38b8e401
9 changed files with 96 additions and 7 deletions
@@ -191,3 +191,8 @@
name = T_BOARD("RCON remote control console")
build_path = /obj/machinery/computer/rcon
origin_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 3, TECH_POWER = 5)
/obj/item/weapon/circuitboard/shutoff_monitor
name = T_BOARD("automatic shutoff valve monitor")
build_path = /obj/machinery/computer/shutoff_monitor
origin_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 4)