mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Ports /tg/ spatial grid system, refactors telecomms, destroys lag (#15140)
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
. = list()
|
||||
var/turf/pos = get_turf(source)
|
||||
if(pos)
|
||||
for(var/turf/T in hear(range, pos))
|
||||
for(var/turf/T in get_hear(range, pos))
|
||||
. += T
|
||||
|
||||
#undef UPDATE_BUFFER
|
||||
#undef UPDATE_BUFFER
|
||||
|
||||
Reference in New Issue
Block a user