mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
18 lines
615 B
Plaintext
18 lines
615 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"
|
|
|
|
#define PHASE_SHIELDED 16 // Prevents shadekin phasing in/out in this area |