mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +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:
co-authored by
Kashargul
Cameron Lennox
parent
9d7e5e7cf7
commit
092c641c3c
@@ -59,7 +59,7 @@
|
||||
/datum/metric/proc/get_all_antags(cutoff = 75)
|
||||
. = list()
|
||||
for(var/mob/living/L in GLOB.player_list)
|
||||
if(L.mind && player_is_antag(L.mind) && assess_player_activity(L) >= cutoff)
|
||||
if(L.mind && SSantag_job.player_is_antag(L.mind) && assess_player_activity(L) >= cutoff)
|
||||
. += L
|
||||
|
||||
/datum/metric/proc/count_all_antags(cutoff = 75)
|
||||
|
||||
Reference in New Issue
Block a user