This commit is contained in:
Aronai Sieyes
2021-08-01 11:26:50 -04:00
parent fff3f0ceaf
commit fd418d7d5e
4 changed files with 16 additions and 14 deletions
@@ -100,7 +100,7 @@
var/list/all_turfs = block(locate(1, 1, min), locate(world.maxx, world.maxy, max))
var/list/turfs_to_use = list()
for(var/turf/T as anything in all_turfs)
if(T.outdoors)
if(T.is_outdoors())
turfs_to_use += T
if(!turfs_to_use.len)