mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user