mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Add support for Bay-style terminals (which lack holographic features) (#17522)
CL Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
co-authored by
Cody Brittain
parent
139624aa25
commit
a10007eb0a
@@ -16,6 +16,16 @@
|
||||
icon_keyboard = null
|
||||
circuit = null
|
||||
|
||||
/obj/machinery/computer/ship/engines/terminal
|
||||
name = "engine control terminal"
|
||||
icon = 'icons/obj/machinery/modular_terminal.dmi'
|
||||
icon_screen = "engines"
|
||||
icon_keyboard = "tech_key"
|
||||
is_connected = TRUE
|
||||
has_off_keyboards = TRUE
|
||||
can_pass_under = FALSE
|
||||
light_power_on = 1
|
||||
|
||||
/obj/machinery/computer/ship/engines/ui_interact(mob/user, ui_key = "main", var/datum/nanoui/ui = null, var/force_open = 1)
|
||||
if(!connected)
|
||||
display_reconnect_dialog(user, "ship control systems")
|
||||
|
||||
Reference in New Issue
Block a user