mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
19 lines
562 B
Plaintext
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
|