mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Use xyz instead of loc.
This commit is contained in:
@@ -307,7 +307,7 @@ datum/controller/game_controller/proc/processMobs()
|
||||
|
||||
if (timeUsed > highest)
|
||||
highest = timeUsed
|
||||
near.Add(Machinery = list(highest, Machinery.loc, Machinery.type))
|
||||
near.Add(Machinery = list(highest, Machinery.x, Machine.y, Machine.z, Machinery.type))
|
||||
|
||||
#ifdef PROFILE_MACHINES
|
||||
if(!(Machinery.type in machine_profiling))
|
||||
|
||||
Reference in New Issue
Block a user