mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
goodbye = new (#17865)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user