mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Conflicts: code/__defines/research.dm code/game/mecha/equipment/tools/tools.dm code/game/mecha/mecha_parts.dm code/modules/research/designs.dm maps/exodus-1.dmm
19 lines
601 B
Plaintext
19 lines
601 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 IMPRINTER 0x1 //For circuits. Uses glass/chemicals.
|
|
#define PROTOLATHE 0x2 //New stuff. Uses glass/metal/chemicals
|
|
#define MECHFAB 0x4 //Mechfab
|
|
#define CHASSIS 0x8 //For protolathe, but differently
|