mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Ports /tg/ spatial grid system, refactors telecomms, destroys lag (#15140)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user