mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* ports * Update datum_traitor.dm * Create departments.dm * Update yogstation.dme * Update objective.dm
10 lines
260 B
Plaintext
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"
|