Targeting console shows scan of target (#18212)

* a

* a

* aa

* :)

* cc

* f

---------

Co-authored-by: DreamySkrell <>
This commit is contained in:
DreamySkrell
2024-01-19 11:32:05 +00:00
committed by GitHub
co-authored by DreamySkrell <>
parent f29596dab8
commit ae01e80fbe
5 changed files with 160 additions and 89 deletions
@@ -77,6 +77,11 @@
else
selected_z = 0
data["selected_z"] = 0
var/obj/effect/entry_point = selected_entrypoint
if(istype(entry_point) && entry_point.z)
data["entry_point_map_image"] = SSholomap.minimaps_scan_base64[entry_point.z]
data["entry_point_x"] = entry_point.x
data["entry_point_y"] = entry_point.y
data["entry_points"] = copy_entrypoints(selected_z)
if(cannon)
data["cannon"] = get_gun_data(cannon);