mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
24 lines
956 B
Plaintext
24 lines
956 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
|
|
|
|
#define RCD_FIRELOCK "Firelock" // Builds an emergency glass shutter
|
|
#define RCD_WINDOOR "Windoor" // Build a window door
|
|
#define RCD_FRAME "Frame" // Build a Machine or Computer frame
|
|
#define RCD_WALLFRAME "WallFrame" // Build a selection of wall frames
|
|
#define RCD_CONVEYOR "Conveyor" // Build direction conveyors |