mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 17:11:52 +00:00
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
#define FIRST_DUCT_LAYER 1
|
|
#define SECOND_DUCT_LAYER 2
|
|
#define THIRD_DUCT_LAYER 4
|
|
#define FOURTH_DUCT_LAYER 8
|
|
#define FIFTH_DUCT_LAYER 16
|
|
|
|
#define DUCT_LAYER_DEFAULT THIRD_DUCT_LAYER
|
|
|
|
#define MACHINE_REAGENT_TRANSFER 10 //the default max plumbing machinery transfers
|