purge turfs list

This commit is contained in:
Sood
2017-02-10 14:38:19 -08:00
parent c131facf4e
commit ae23a0c991
16 changed files with 32 additions and 54 deletions

View File

@@ -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)