mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-14 03:12:30 +00:00
* Added Lead and Aluminium as new materials, and added them and Plastic to the Autolathe * Fix Spaceman.dmm lint * CL * Remove bad merge * Mapped in Aluminium and Plastic to operations, mapped in Aluminium for Engineering --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
#define ORE_URANIUM "uranium"
|
|
#define ORE_IRON "iron"
|
|
#define ORE_COAL "coal"
|
|
#define ORE_SAND "sand"
|
|
#define ORE_PHORON "phoron"
|
|
#define ORE_SILVER "silver"
|
|
#define ORE_GOLD "gold"
|
|
#define ORE_DIAMOND "diamond"
|
|
#define ORE_PLATINUM "platinum"
|
|
#define ORE_HYDROGEN "mhydrogen"
|
|
#define ORE_BAUXITE "aluminium"
|
|
#define ORE_GALENA "lead"
|