mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
-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.
17 lines
539 B
Plaintext
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"
|