goodbye = new (#17865)

This commit is contained in:
Cameron Lennox
2025-06-14 23:01:03 -07:00
committed by GitHub
parent 30dcd1b113
commit 45618b5e9e
30 changed files with 98 additions and 75 deletions
+1 -1
View File
@@ -825,7 +825,7 @@ GLOBAL_LIST_EMPTY(active_buildmode_holders)
/proc/detect_room_buildmode(var/turf/first, var/allowedAreas = AREA_SPACE)
if(!istype(first))
return
var/list/turf/found = new
var/list/turf/found = list()
var/list/turf/pending = list(first)
while(pending.len)
var/turf/T = pending[1]