mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Merge pull request #8064 from d3athrow/Full-Retard-Turfs-List
Make maps 500x500x6
This commit is contained in:
@@ -105,6 +105,7 @@ Class Procs:
|
||||
|
||||
for(var/turf/simulated/S in turfs)
|
||||
simulated_turf_count++
|
||||
if(!(simulated_turf_count % 50000)) sleep(world.tick_lag)
|
||||
S.update_air_properties()
|
||||
|
||||
to_chat(world, {"<font color='red'><b>Geometry initialized in [round(0.1*(world.timeofday-start_time),0.1)] seconds.</b>
|
||||
|
||||
Reference in New Issue
Block a user