mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Use map modules.
This commit is contained in:
@@ -346,8 +346,8 @@ proc/move_mining_shuttle()
|
||||
for (var/obj/item/beacon/B in beacons)
|
||||
var/turf/T = get_turf(B)
|
||||
|
||||
if (T)
|
||||
if (T.z == STATION_Z)
|
||||
if (!isnull(T))
|
||||
if (T.z == map.zMainStation)
|
||||
L.Add(B)
|
||||
|
||||
if(!L.len)
|
||||
|
||||
Reference in New Issue
Block a user