Skip to content

Commit

Permalink
Make docking port visible when debugging shuttles (tgstation#53851)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennok authored Sep 21, 2020
1 parent bc8212c commit 6024f4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/shuttle/shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6024f4b

Please sign in to comment.