mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 22:13:24 +00:00
Adds further checking and variable presets to ZAS, and made the contamination overlay actually work.
This commit is contained in:
@@ -100,7 +100,6 @@ datum
|
||||
|
||||
//Geometry updates lists
|
||||
var/list/turf/simulated/tiles_to_update = list()
|
||||
var/list/turf/simulated/tiles_with_connections = list()
|
||||
var/list/connection/connections_checked = list()
|
||||
// var/list/turf/simulated/groups_to_rebuild = list()
|
||||
|
||||
@@ -145,7 +144,7 @@ datum
|
||||
for(var/turf/simulated/S in world)
|
||||
if(S.z < 5)
|
||||
S.update_air_properties()
|
||||
S.check_connections()
|
||||
// S.check_connections()
|
||||
|
||||
world << "\red \b Geometry processed in [time2text(world.timeofday-start_time, "mm:ss")] minutes!"
|
||||
spawn start()
|
||||
|
||||
Reference in New Issue
Block a user