Ports /tg/ spatial grid system, refactors telecomms, destroys lag (#15140)

This commit is contained in:
Wildkins
2022-12-09 06:35:33 -05:00
committed by GitHub
parent d3f8f12fea
commit 2fcfa8adb7
158 changed files with 4068 additions and 3263 deletions
+9
View File
@@ -71,6 +71,9 @@ var/list/mineral_can_smooth_with = list(
turfs += src
if(isStationLevel(z))
station_turfs += src
if(dynamic_lighting)
luminosity = 0
else
@@ -197,6 +200,9 @@ var/list/mineral_can_smooth_with = list(
turfs += src
if(isStationLevel(z))
station_turfs += src
if(dynamic_lighting)
luminosity = 0
else
@@ -638,6 +644,9 @@ var/list/asteroid_floor_smooth = list(
turfs += src
if(isStationLevel(z))
station_turfs += src
if(dynamic_lighting)
luminosity = 0
else