mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
20 lines
713 B
Plaintext
20 lines
713 B
Plaintext
#define SHEET_MATERIAL_AMOUNT 2000
|
|
|
|
#define TECH_MATERIAL "materials"
|
|
#define TECH_ENGINEERING "engineering"
|
|
#define TECH_PHORON "phorontech"
|
|
#define TECH_POWER "powerstorage"
|
|
#define TECH_BLUESPACE "bluespace"
|
|
#define TECH_BIO "biotech"
|
|
#define TECH_COMBAT "combat"
|
|
#define TECH_MAGNET "magnets"
|
|
#define TECH_DATA "programming"
|
|
#define TECH_ILLEGAL "syndicate"
|
|
#define TECH_ARCANE "arcane"
|
|
#define TECH_PRECURSOR "precursor"
|
|
|
|
#define IMPRINTER 0x0001 //For circuits. Uses glass/chemicals.
|
|
#define PROTOLATHE 0x0002 //New stuff. Uses glass/metal/chemicals
|
|
#define MECHFAB 0x0004 //Mechfab
|
|
#define CHASSIS 0x0008 //For protolathe, but differently
|
|
#define PROSFAB 0x0010 //For prosthetics fab |