mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
More computer overlay changes.
Fixes #10764 and a couple other computers.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
/obj/machinery/computer/engines
|
||||
name = "engine control console"
|
||||
icon_state = "id"
|
||||
icon_keyboard = "tech_key"
|
||||
icon_screen = "id"
|
||||
var/state = "status"
|
||||
var/list/engines = list()
|
||||
var/obj/effect/map/ship/linked
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/obj/machinery/computer/helm
|
||||
name = "helm control console"
|
||||
icon_state = "id"
|
||||
icon_keyboard = "med_key"
|
||||
icon_screen = "id"
|
||||
var/state = "status"
|
||||
var/obj/effect/map/ship/linked //connected overmap object
|
||||
var/autopilot = 0
|
||||
|
||||
Reference in New Issue
Block a user