mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
purge turfs list
This commit is contained in:
@@ -2932,7 +2932,7 @@
|
||||
message_admins("[key_name_admin(usr)] made the floor LAVA! It'll last [length] seconds and it will deal [damage] damage to everyone.", 1)
|
||||
var/count = 0
|
||||
var/list/lavaturfs = list()
|
||||
for(var/turf/simulated/floor/F in turfs)
|
||||
for(var/turf/simulated/floor/F in world)
|
||||
count++
|
||||
if(!(count % 50000))
|
||||
sleep(world.tick_lag)
|
||||
|
||||
Reference in New Issue
Block a user