Two as anything greps (and some other cleanup) (#92974)

This commit is contained in:
MrMelbert
2025-09-20 13:44:28 -04:00
committed by GitHub
parent ae3274238c
commit 750ca9d2ec
86 changed files with 128 additions and 127 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
var/list/plane_info = list()
var/list/our_planes = our_hud?.get_planes_from(current_group)
for (var/plane_string as anything in our_planes)
for (var/plane_string in our_planes)
var/list/this_plane = list()
var/atom/movable/screen/plane_master/plane = our_planes[plane_string]
this_plane["name"] = plane.name