Adds a circuitboard for the ship engines control computer (#14254)

This commit is contained in:
Doxxmedearly
2022-06-11 14:13:15 -04:00
committed by GitHub
parent 0d9e4a96b9
commit aac9ea248b
5 changed files with 16 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
icon_screen = "enginecontrol"
icon_keyboard = "cyan_key"
light_color = LIGHT_COLOR_CYAN
circuit = /obj/item/circuitboard/ship/engines
var/display_state = "status"
/obj/machinery/computer/ship/engines/ui_interact(mob/user, ui_key = "main", var/datum/nanoui/ui = null, var/force_open = 1)