mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Ports /tg/ spatial grid system, refactors telecomms, destroys lag (#15140)
This commit is contained in:
@@ -1105,7 +1105,7 @@
|
||||
addtimer(CALLBACK(src, .proc/do_reaction, holder), 50)
|
||||
|
||||
/datum/chemical_reaction/slime/teleportation/proc/do_reaction(var/datum/reagents/holder)
|
||||
for(var/atom/movable/AM in circlerange(get_turf(holder.my_atom),7))
|
||||
for(var/atom/movable/AM in circle_range(get_turf(holder.my_atom),7))
|
||||
if(AM.anchored)
|
||||
continue
|
||||
var/area/A = random_station_area()
|
||||
|
||||
Reference in New Issue
Block a user