Files
CHOMPStation2/code/__defines/misc_ch.dm
2021-06-24 18:05:03 -07:00

19 lines
562 B
Plaintext

//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"
//Casino prize dispenser stuff
#define CAT_WEAPONS 1
#define CAT_GEAR 2
#define CAT_CLOTHING 4
#define CAT_MISC 8
#define CAT_DRINKS 16