mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Fixes ship-console linking runtime (#14172)
This commit is contained in:
@@ -120,8 +120,9 @@ somewhere on that shuttle. Subtypes of these can be then used to perform ship ov
|
||||
. = ..()
|
||||
|
||||
if(.)
|
||||
connected = linked
|
||||
LAZYSET(connected.consoles, src, TRUE)
|
||||
if(istype(linked, /obj/effect/overmap/visitable/ship)) //Only ships get ship computers
|
||||
connected = linked
|
||||
LAZYSET(connected.consoles, src, TRUE)
|
||||
|
||||
/obj/machinery/computer/ship/Initialize()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user