Cleans up a lot of globals a few other vars (#23246)

* i hate globals i hate globals

* more fucking of these

* sirryan review
This commit is contained in:
Contrabang
2023-12-06 10:30:41 -05:00
committed by GitHub
parent 8046d5b267
commit c8dce33a8a
42 changed files with 11 additions and 157 deletions
@@ -143,7 +143,6 @@
continue
GLOB.map_templates[R.name] = R
GLOB.ruins_templates[R.name] = R
if(istype(R, /datum/map_template/ruin/lavaland))
GLOB.lava_ruins_templates[R.name] = R
@@ -195,5 +194,4 @@
var/datum/map_template/event/E = new event_type()
GLOB.event_templates[E.event_id] = E
GLOB.map_templates[E.event_id] = E