Files
Yogstation/code/__DEFINES/departments.dm
Molti 248e122575 [PORT] ports beestation gimmick objectives (#20454)
* ports

* Update datum_traitor.dm

* Create departments.dm

* Update yogstation.dme

* Update objective.dm
2023-10-10 17:38:14 -05:00

10 lines
260 B
Plaintext

// All departments on the station
#define DEPT_SCIENCE "Science"
#define DEPT_ENGINEERING "Engineering"
#define DEPT_MEDICAL "Medical"
#define DEPT_SECURITY "Security"
#define DEPT_SUPPLY "Supply"
#define DEPT_SERVICE "Service"
#define DEPT_COMMAND "Command"