Sensors and Helm consoles are now buildable.

This commit is contained in:
mikomyazaki
2022-02-24 12:58:44 +00:00
parent e6e4b150ac
commit d5ce779ef8
5 changed files with 31 additions and 2 deletions
@@ -132,3 +132,13 @@
name = T_BOARD("Slot Machine")
build_path = /obj/machinery/computer/slot_machine
origin_tech = list(TECH_DATA = 2)
/obj/item/circuitboard/ship/helm
name = T_BOARD("Helm Control Console")
origin_tech = list(TECH_ENGINEERING = 3)
build_path = /obj/machinery/computer/ship/helm
/obj/item/circuitboard/ship/sensors
name = T_BOARD("Ship Sensors Console")
origin_tech = list(TECH_ENGINEERING = 3, TECH_DATA = 2)
build_path = /obj/machinery/computer/ship/sensors