mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 04:08:55 +01:00
[MIRROR] subsystem antag (#12599)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9d7e5e7cf7
commit
092c641c3c
@@ -18,10 +18,10 @@
|
||||
|
||||
/obj/effect/landmark/late_antag/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/antagonist/A = GLOB.all_antag_types[antag_id]
|
||||
var/datum/antagonist/A = SSantag_job.all_antag_types[antag_id]
|
||||
if(istype(A))
|
||||
A.starting_locations |= get_turf(src)
|
||||
var/list/allpoints = GLOB.all_antag_spawnpoints[A.landmark_id]
|
||||
var/list/allpoints = SSantag_job.all_antag_spawnpoints[A.landmark_id]
|
||||
allpoints |= get_turf(src)
|
||||
|
||||
/obj/effect/landmark/late_antag/ert
|
||||
|
||||
Reference in New Issue
Block a user