mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Gets rid of = new in object defines (#11075)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7872b8bf3c
commit
2653dac7da
@@ -826,7 +826,7 @@ CHOMP Remove end */
|
||||
/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