mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user