Turn more unmanaged global vars into GLOB (#20446)

Turned a ton of unmanaged globals into managed globals.
Refactored some UT output.
Removed some unused things, including vars.
Added a test to ensure people don't keep adding new unmanaged vars.
This commit is contained in:
Fluffy
2025-02-17 23:34:02 +00:00
committed by GitHub
parent eff1fb22de
commit 7265630dde
377 changed files with 1893 additions and 2288 deletions
@@ -53,7 +53,7 @@
/obj/effect/overmap/visitable/sector/exoplanet/konyang/Initialize()
. = ..()
var/area/overmap/map = global.map_overmap
var/area/overmap/map = GLOB.map_overmap
for(var/obj/effect/overmap/visitable/sector/point_verdant/P in map)
P.x = x
P.y = y