mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Conversion many Globals to Managed Globals (Part 1) (#17121)
* Conversion of some Globals to Managed Globals * Fix * for later --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
|
||||
/obj/effect/landmark/late_antag/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/antagonist/A = all_antag_types[antag_id]
|
||||
var/datum/antagonist/A = GLOB.all_antag_types[antag_id]
|
||||
if(istype(A))
|
||||
A.starting_locations |= get_turf(src)
|
||||
var/list/allpoints = all_antag_spawnpoints[A.landmark_id]
|
||||
var/list/allpoints = GLOB.all_antag_spawnpoints[A.landmark_id]
|
||||
allpoints |= get_turf(src)
|
||||
|
||||
/obj/effect/landmark/late_antag/ert
|
||||
|
||||
Reference in New Issue
Block a user