Files
VOREStation/code/modules/metric/metric.dm
T
Kashargul 1def015bad end of file Fix (#17308)
* end of file Fix

* fix those lints too
2025-03-10 16:15:35 -04:00

15 lines
369 B
Plaintext

// This is a global datum used to retrieve certain information about the round, such as activity of a department or a specific
// player.
/datum/metric
var/list/departments = list(
DEPARTMENT_COMMAND,
DEPARTMENT_SECURITY,
DEPARTMENT_ENGINEERING,
DEPARTMENT_MEDICAL,
DEPARTMENT_RESEARCH,
DEPARTMENT_CARGO,
DEPARTMENT_CIVILIAN,
DEPARTMENT_SYNTHETIC
)