mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +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
@@ -12,6 +12,18 @@
|
||||
var/list/names_to_guns = list()
|
||||
var/list/names_to_entries = list()
|
||||
|
||||
/obj/machinery/computer/ship/targeting/terminal
|
||||
name = "targeting systems terminal"
|
||||
desc = "A targeting systems terminal using Zavodskoi software."
|
||||
icon = 'icons/obj/machinery/modular_terminal.dmi'
|
||||
icon_screen = "hostile"
|
||||
icon_keyboard = "red_key"
|
||||
is_connected = TRUE
|
||||
has_off_keyboards = TRUE
|
||||
can_pass_under = FALSE
|
||||
light_power_on = 1
|
||||
|
||||
|
||||
/obj/machinery/computer/ship/targeting/Initialize()
|
||||
..()
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
Reference in New Issue
Block a user