mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
The Computer-ening (#13831)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/machinery/computer/shuttle_control
|
||||
name = "shuttle control console"
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
icon_screen = "command"
|
||||
icon_screen = "shuttle"
|
||||
icon_keyboard = "cyan_key"
|
||||
light_color = LIGHT_COLOR_CYAN
|
||||
|
||||
var/shuttle_tag // Used to coordinate data in shuttle controller.
|
||||
|
||||
@@ -59,13 +59,10 @@
|
||||
/obj/machinery/computer/shuttle_control/lift
|
||||
name = "lift controller"
|
||||
ui_template = "shuttle_control_console_lift.tmpl"
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
icon_state = "lift"
|
||||
icon_screen = null
|
||||
density = FALSE
|
||||
|
||||
/obj/machinery/computer/shuttle_control/lift/wall
|
||||
name = "lift controller"
|
||||
ui_template = "shuttle_control_console_lift.tmpl"
|
||||
icon_state = "lift_wall"
|
||||
icon_screen = null
|
||||
density = FALSE
|
||||
Reference in New Issue
Block a user