mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
@@ -64,4 +64,4 @@
|
||||
|
||||
/datum/metric/proc/count_all_antags(cutoff = 75)
|
||||
var/list/L = get_all_antags(cutoff)
|
||||
return L.len
|
||||
return L.len
|
||||
|
||||
@@ -118,4 +118,4 @@
|
||||
|
||||
/datum/metric/proc/count_people_with_alt_title(job_type, alt_title_type, cutoff = 75)
|
||||
var/list/L = get_people_with_alt_title(job_type, alt_title_type, cutoff)
|
||||
return L.len
|
||||
return L.len
|
||||
|
||||
@@ -12,4 +12,3 @@
|
||||
DEPARTMENT_CIVILIAN,
|
||||
DEPARTMENT_SYNTHETIC
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user