mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Updated statpanel and added client pings (#18337)
* SSatlas.current_map * hardsuit spell tab appears to clear correctly * sdfsa * from the moment i understood the weakness of my flesh, it disgusted me * sdf
This commit is contained in:
@@ -23,13 +23,13 @@
|
||||
. = data
|
||||
|
||||
var/z_level = z_override ? z_override : user.z
|
||||
if(z_level in current_map.station_levels)
|
||||
if(z_level in SSatlas.current_map.station_levels)
|
||||
data["map_image"] = SSholomap.minimaps_area_colored_base64[z_level]
|
||||
|
||||
data["user_x"] = user.x
|
||||
data["user_y"] = user.y
|
||||
data["user_z"] = user.z
|
||||
data["station_levels"] = current_map.station_levels
|
||||
data["station_levels"] = SSatlas.current_map.station_levels
|
||||
data["z_override"] = z_override
|
||||
|
||||
data["dept_colors_map"] = list(
|
||||
|
||||
Reference in New Issue
Block a user