mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-10 07:13:12 +01:00
12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
///////////////
|
|
// PTO Types //
|
|
///////////////
|
|
#define PTO_COMMAND "Command"
|
|
#define PTO_SECURITY "Security"
|
|
#define PTO_MEDICAL "Medical"
|
|
#define PTO_ENGINEERING "Engineering"
|
|
#define PTO_SCIENCE "Science"
|
|
#define PTO_CARGO "Cargo"
|
|
#define PTO_CIVILIAN "Civilian"
|
|
#define PTO_CYBORG "Silicon"
|