mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Replaces instances of ARE_Z_CONNECTED with AreConnectedZLevels and removes ARE_Z_CONNECTED (#10466)
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
if(!istype(P) || !P.gun)
|
||||
continue
|
||||
var/turf/Ts = get_turf(P)
|
||||
if(ARE_Z_CONNECTED(T.z, Ts.z))
|
||||
if(AreConnectedZLevels(T.z, Ts.z))
|
||||
var/list/guntracker_info = list(
|
||||
"gun_name" = capitalize_first_letters(P.gun.name),
|
||||
"registered_info" = P.registered_user ? P.registered_user : "Unregistered",
|
||||
|
||||
Reference in New Issue
Block a user