[MIRROR] Make docking_port visible when debugging shuttles (#905)

* Make docking port visible when debugging shuttles (#53851)

* Make docking_port visible when debugging shuttles

Co-authored-by: Dennok <Deneles@yandex.ru>
This commit is contained in:
SkyratBot
2020-09-21 16:39:49 +02:00
committed by GitHub
co-authored by Dennok
parent e69f9de251
commit 28c7b0f8df
+3 -1
View File
@@ -123,7 +123,9 @@
#ifdef DOCKING_PORT_HIGHLIGHT
//Debug proc used to highlight bounding area
/obj/docking_port/proc/highlight(_color)
/obj/docking_port/proc/highlight(_color = "#f00")
invisibility = 0
layer = GHOST_LAYER
var/list/L = return_coords()
var/turf/T0 = locate(L[1],L[2],z)
var/turf/T1 = locate(L[3],L[4],z)