mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
Merge pull request #11342 from VOREStation/Arokha/connectedfancycomps
Skyrat connected consoles
This commit is contained in:
committed by
Chompstation Bot
parent
e5bbed59f1
commit
8cfb426ef7
@@ -6,6 +6,13 @@
|
||||
icon_screen = "engines"
|
||||
circuit = /obj/item/weapon/circuitboard/engine
|
||||
|
||||
// fancy sprite
|
||||
/obj/machinery/computer/ship/engines/adv
|
||||
icon_keyboard = null
|
||||
icon_state = "adv_engines"
|
||||
icon_screen = "adv_engines_screen"
|
||||
light_color = "#05A6A8"
|
||||
|
||||
/obj/machinery/computer/ship/engines/tgui_interact(mob/user, datum/tgui/ui)
|
||||
if(!linked)
|
||||
display_reconnect_dialog(user, "ship control systems")
|
||||
|
||||
@@ -30,6 +30,13 @@ GLOBAL_LIST_EMPTY(all_waypoints)
|
||||
var/accellimit = 0.001 //manual limiter for acceleration
|
||||
req_one_access = list(access_pilot) //VOREStation Edit
|
||||
|
||||
// fancy sprite
|
||||
/obj/machinery/computer/ship/helm/adv
|
||||
icon_keyboard = null
|
||||
icon_state = "adv_helm"
|
||||
icon_screen = "adv_helm_screen"
|
||||
light_color = "#70ffa0"
|
||||
|
||||
/obj/machinery/computer/ship/helm/Initialize()
|
||||
. = ..()
|
||||
get_known_sectors()
|
||||
|
||||
@@ -7,6 +7,13 @@
|
||||
extra_view = 4
|
||||
var/obj/machinery/shipsensors/sensors
|
||||
|
||||
// fancy sprite
|
||||
/obj/machinery/computer/ship/sensors/adv
|
||||
icon_keyboard = null
|
||||
icon_state = "adv_sensors"
|
||||
icon_screen = "adv_sensors_screen"
|
||||
light_color = "#05A6A8"
|
||||
|
||||
/obj/machinery/computer/ship/sensors/attempt_hook_up(obj/effect/overmap/visitable/ship/sector)
|
||||
if(!(. = ..()))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user