mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Sensors and Helm consoles are now buildable.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user