mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[no gbp] Fixes a small mistake with helper proc (#93748)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
else
|
||||
var/obj/structure/spacevine/vine = new()
|
||||
var/list/floor_candidates = list()
|
||||
for(var/area/station/hallway/area in shuffle(GLOB.areas.Copy()))
|
||||
for(var/area/station/hallway/area in shuffle(GLOB.areas))
|
||||
for(var/turf/open/floor in area.get_turfs_from_all_zlevels())
|
||||
if(isopenspaceturf(floor))
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user