mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Targeting console shows scan of target (#18212)
* a * a * aa * :) * cc * f --------- Co-authored-by: DreamySkrell <>
This commit is contained in:
co-authored by
DreamySkrell <>
parent
f29596dab8
commit
ae01e80fbe
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user