Files
CHOMPStation2/code/__defines/misc_ch.dm
Darlantan 91fc31c6b4 Renames "non-crew" to "outsider," provides external ID
-Renames "non-crew" to "outsider."
-Provides an external ID to outsiders, allowing PDA use.
-Improves grammar in outsider job description
-Reformats outsider to use a define for the job name, replaces hard-coded uses of "non-crew" with said define.
2022-11-25 19:56:59 -05:00

17 lines
539 B
Plaintext

//Department defines
#define DEPARTMENT_NONCREW "Non crew"
//Job defines
#define JOB_OUTSIDER "Outsider"
//Material defines
#define MAT_CARPET "red carpet"
#define MAT_CARPET_TEAL "teal carpet"
#define MAT_CARPET_BLACK "black carpet"
#define MAT_CARPET_BLUE "blue carpet"
#define MAT_CARPET_TURQUOISE "turquoise carpet"
#define MAT_CARPET_SILVERBLUE "silver blue carpet"
#define MAT_CARPET_PINK "pink carpet"
#define MAT_CARPET_PURPLE "purple carpet"
#define MAT_CARPET_ORANGE "orange carpet"